A proof of concept for an experimental structured concurrency framework written in Python
Go to file
Mattia Giambirtone 1947b9ddd4
Minor bugfixes, added Semaphores
2024-02-23 13:13:35 +01:00
.idea Minor bugfixes, added Semaphores 2024-02-23 13:13:35 +01:00
structio Minor bugfixes, added Semaphores 2024-02-23 13:13:35 +01:00
tests Minor bugfixes, added Semaphores 2024-02-23 13:13:35 +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