A proof of concept for an experimental structured concurrency framework written in Python
Go to file
Mattia Giambirtone 2459a7ea00
Bugfixes
2023-05-18 22:05:43 +02:00
.idea Initial highly experimental work on a thread layer 2023-05-18 00:06:21 +02:00
structio Bugfixes 2023-05-18 22:05:43 +02:00
tests Bugfixes 2023-05-18 22:05:43 +02: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 2023-05-15 18:25:02 +02:00

README.md

structio

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