misakar / async_ex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

async_ex

start server in the background

$ make server 

synchronous

$ make sync

asynchronous with callback

$ make callback

asynchronous with coroutine

$ make coroutine

About


Languages

Language:Python 95.7%Language:Makefile 4.3%