Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
distributed / docs / source / queues.rst
Size: Mime:
Data Streams with Queues
========================

This feature is no longer supported.
Instead people may want to look at the following options:

1.  Use normal for loops with Client.submit/gather and as_completed
2.  Use :doc:`asynchronous async/await <asynchronous>` code and a few coroutines
3.  Try out the `Streamz <https://streamz.readthedocs.io>`_ project,
    which has Dask support