xiio

really simple async runtime
git clone https://git.ce9e.org/xiio.git

DateCommit messageAuthor
2026-04-25 11:44bump minimum python version to 3.11Tobias Bengfort
2026-04-25 11:35ci: fix python versionTobias Bengfort
2026-04-18 18:59avoid context switch in thread poolTobias Bengfort
2026-04-16 20:37TaskGroup: refactorTobias Bengfort
2026-04-16 17:16add ThreadPool and in_thread()Tobias Bengfort
2026-04-12 17:29reduce test timing precisionTobias Bengfort
2026-04-11 06:56add on_asyncio() compat functionTobias Bengfort
2026-04-12 16:45add subscribe_signals()Tobias Bengfort
2026-04-12 13:36add run_process()Tobias Bengfort
2026-04-12 17:21refactor: split into multiple filesTobias Bengfort
2026-02-27 00:46add timeout()Tobias Bengfort
2026-02-27 15:55turn TaskGroup into a context managerTobias Bengfort
2026-02-26 22:33add TaskGroupTobias Bengfort
2026-02-26 23:31test read/writeTobias Bengfort
2026-02-26 22:55add READMETobias Bengfort
2026-02-26 22:15add gather() for multiplexingTobias Bengfort
2026-02-26 21:31allow to combine and check conditionsTobias Bengfort
2026-02-26 21:25add type annotationsTobias Bengfort
2026-02-26 22:16add futuresTobias Bengfort
2026-02-26 18:42add support for reading/writing filesTobias Bengfort
2026-02-26 18:37async/await syntaxTobias Bengfort
2026-02-26 18:34allow to pause executionTobias Bengfort
2026-02-27 00:04simple sync test functionsTobias Bengfort