Itamar Turner-Trauring
Itamar Turner-Trauring
Once tox is done.
This case can result in non-thread-safe calls if users of Crochet aren't aware of it.
See discussion in #34.
Plus other tweaks. Fixes #7.
Before graph is run, optimizer may connect tasks. Profiling is per optimized task.
If you want 8 worker processes: ```python from dask.distributed import Client, LocalCluster cluster = LocalCluster(n_workers=8, threads_per_worker=1, memory_limit=None) Client(cluster) ```