Stackless Python has this ability - it can even resume suspended functions: https://stackless.readthedocs.io/en/latest/library/stackless...
Additionally, suspended tasklets can be serialized, then saved to a file or sent over the network and resumed elsewhere!
Stackless Python has this ability - it can even resume suspended functions: https://stackless.readthedocs.io/en/latest/library/stackless...
Additionally, suspended tasklets can be serialized, then saved to a file or sent over the network and resumed elsewhere!