A proof of concept for an experimental structured concurrency framework written in Python
Go to file
Mattia Giambirtone 45d3e308d9
Simplified ainput() and added file I/O test
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 Simplified ainput() and added file I/O test 2024-02-23 13:13:38 +01:00
tests Simplified ainput() and added file I/O test 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