threaded_pipeline 0.0.1
If you are eg. downloading a large file, processing that file, then writing the results to a database, ThreadedPipeline may be for you. Download in one thread, process in another, and write in a third, etc.
          Gemfile:
          =
        
        
          install:
          =
        
      Versions:
- 0.0.1 January 09, 2019 (6.5 KB)
Development Dependencies (10):
            bundler
            ~> 1.17
          
          
            byebug
            >= 0
          
          
            guard
            >= 0
          
          
            guard-minitest
            >= 0
          
          
            guard-rubocop
            >= 0
          
          
            minitest
            ~> 5.0
          
          
            minitest-color
            >= 0
          
          
            rake
            ~> 10.0
          
          
            rubocop
            >= 0
          
          
            yard
            >= 0
          
    