Skip to content

lymlhhj123/simple_reactor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple reactor

  • io event notify library based on reactor mode, support epoll and select.
  • current only support linux, kernel >= 4.14.
  • python >= 3.8.5.
  • support tcp, unix, udp, http/1.1 client.
  • support coroutine, completely compatible with asyncio.

example

echo server

echo server

echo client

echo client

coroutine

coroutine

lock

condition

queue