Closing resource is now parametrized by the computation status. It enables to close resource differently for successful and failed computations.
Result have been reworked to report all encountered errors and exceptions.
0.4.0
Support for mutable and immutable variables.
0.3.0
The new Runtime
Running IOs on top of a Python ThreadPoolExecutor had severe limitations. The new Runtime manages its own pool of thread. The implementation is cleaner, safer and faster.
Locks
Implementation of reentrant locks and semaphores for fibers.