What is the difference between:
from dask.distributed import Client client_a = Client() client_b = Client(processes=False)
The first one bind