분류없음 2017/04/13 14:53
https://curio.readthedocs.io/en/latest/Curio
- a small and unusual object that is considered interesting or attractive
- A Python library for concurrent I/O and systems programming.
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.
이 글에는 트랙백을 보낼 수 없습니다
0