A proof of concept for an experimental structured concurrency framework written in Python
Go to file
Mattia Giambirtone 52daf54ee3
Added full checkpoint support
2024-02-23 13:13:36 +01:00
.idea Added experimental task-level cancellation and waiting primitives 2024-02-23 13:13:36 +01:00
structio Added full checkpoint support 2024-02-23 13:13:36 +01:00
tests Moved exception propagation code outside of the kernel 2024-02-23 13:13:36 +01:00
.gitignore Initial commit 2023-05-15 18:15:45 +02:00
LICENSE Initial commit 2023-05-15 18:15:45 +02:00
README.md Initial commit 2023-05-15 18:15:45 +02:00
setup.py Initial work 2024-02-23 13:13:35 +01:00

README.md

structio

A proof of concept for an experimental structured concurrency framework written in Python