A easy-use timer library based on Libev
This library can let user use timer easily which is based on libev.
這是一個可以讓使用者輕易使用libev timer的函式庫
The following are the librarys relate to this project
以下是相依於這個專案的其他函式庫
- libev - A full-featured and high-performance event loop ㄧ個以事件處發為基底的高效函式庫
Before build the project, sure that your environment has installed libev.
在建構整個專案之前,請先確認您的開發環境已經安裝好libev
Build project and compile sample code.
建構專案與編譯範例程式碼
$ cd ./test
$ make all
Clean the binary file you made before
刪除之前的產生的二進位檔案
$ cd ./test
$ make clean
- 2016-Present : Chiang-Chiu Ti
- 2016-Present : Hsien-Wen Hu, email tomyhu1995@gmail.com
- 2016 : Chia-Ray Lin