Dask Pub Sub Actor
An observable-ish pattern with dask
’s pub sub model.
https://docs.dask.org/en/latest/futures.html#actors
import distributed, dataclasses, typing, munch, itertools, toolz
Use threads on the in-process client
client = distributed.Client(processes=False); client
Client
|
Written on November 2, 2019