A proof of concept for an experimental structured concurrency framework written in Python
Go to file
Mattia Giambirtone 5a18314dcc
Thread workers are now partially cancellable
2024-02-23 13:13:38 +01:00
.idea Initial highly experimental work on a thread layer 2024-02-23 13:13:37 +01:00
structio Thread workers are now partially cancellable 2024-02-23 13:13:38 +01:00
tests Thread workers are now partially cancellable 2024-02-23 13:13:38 +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