logo
首页技术栈工具库讨论
curio

curio

Curio is a library for performing concurrent I/O and common system programming tasks such as launching subprocesses and farming work out to thread and process pools. It uses Python coroutines and the explicit async/await syntax introduced in Python 3.5. Its programming model is based on cooperative multitasking and existing programming abstractions such as threads, sockets, files, subprocesses, locks, and queues. You'll find it to be small and fast.
由 
bruceshi2021-01-13 收录
--
推荐
不推荐
更多信息
GitHub icondabeaz/curio3596
CONDA
conda install -c anaconda curio
查看
标签
根据用户添加的标签生成
暂无标签