• Xavier Thompson's avatar
    Improve scheduler interface · 19545c50
    Xavier Thompson authored
    By splitting the implementation into `Scheduler` and `Pool` types,
    the user-facing Scheduler type is now free of reference cycles:
    
    - no more `Scheduler.finish()` method to break reference cycles
    - automatic join when no references to the scheduler remain
    19545c50
runtime.pxd 8.75 KB