Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 383 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 383 Bytes

AsyncNet

AsyncNet

Build

# git clone https://github.com/skywind3000/AsyncNet.git AsyncNet
# cd AsyncNet
# python tools/emake.py build/AsyncNet.mak

Demo

python AsyncNet.py

check test_async_core() and test_async_notify() in AsyncNet.py for more.

C/C++ Library

use tools/AsyncLoader.h tools/AsyncLoader.c in your code.