# AsyncNet **Repository Path**: mirrors_skywind3000/AsyncNet ## Basic Information - **Project Name**: AsyncNet - **Description**: AsyncNet - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-04-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.