A proof of concept for an experimental structured concurrency framework written in Python
Go to file
Mattia Giambirtone 6ceaec6a99
More bugfixes. Exported current_loop() and current_task()
2023-05-18 22:21:04 +02:00
.idea Initial highly experimental work on a thread layer 2023-05-18 00:06:21 +02:00
structio More bugfixes. Exported current_loop() and current_task() 2023-05-18 22:21:04 +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