dask / knit

Deprecated, please use https://github.com/jcrist/skein or https://github.com/dask/dask-yarn instead
http://knit.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
53 stars 10 forks source link

Resources generalisation in knit #101

Closed martindurant closed 6 years ago

martindurant commented 6 years ago

Meantime: changed application and client kill to atexit.

martindurant commented 6 years ago

Notes:

martindurant commented 6 years ago

Fixes #100

martindurant commented 6 years ago

@jcrist - is this how it's done? I'm not experienced with weakref.

martindurant commented 6 years ago

I stuck with the class attribute and method as, in my mind, this is better for possible subclassing - not that I expect much of that.