读书人

pyuv:一个兑现了与libuv接口进行交互

发布时间: 2013-08-13 16:43:28 作者: rapoo

pyuv:一个实现了与libuv接口进行交互的开源库

发现一个使用的库:一个实现了与libuv接口进行交互的开源库

下面是pyuv的提供特性,都是libuv的特性

Features:
  • Non-blocking TCP sockets
  • Non-blocking named pipes
  • UDP support
  • Timers
  • Child process spawning
  • Asynchronous DNS resolution (getaddrinfo)
  • Asynchronous file system APIs
  • Thread pool scheduling
  • High resolution time
  • System memory information
  • System CPUs information
  • Network interfaces information
  • ANSI escape code controlled TTY
  • File system events
  • IPC and TCP socket sharing between processes
  • Arbitrary file descriptor polling
  • Thread synchronization primitives

地址:

http://pyuv.readthedocs.org/

读书人网 >开源软件

热点推荐