Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/skywind3000/AsyncNet

AsyncNet
https://github.com/skywind3000/AsyncNet

Last synced: 5 days ago
JSON representation

AsyncNet

Awesome Lists containing this project

README

        

AsyncNet
========

AsyncNet

Build
=====

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

Demo
====

```bash
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.