libuv learning code
1.0.0
libuv-learning-code
| state | Table of contents | illustrate | Blog Tutorial |
|---|---|---|---|
| 001 | Print libuv version | 【Libuv efficient programming】Libuv learning super detailed tutorial 1—Compilation and installation of libuv | |
| 002 | uv_loop_t event loop | 【Libuv efficient programming】Libuv learning super detailed tutorial 3—Libuv event loop | |
| 003 | idle idle handle | 【Libuv efficient programming】Libuv learning super detailed tutorial 4—Interpretation of idle handle | |
| 004 | Handle data field data | - | |
| 005 | timer timer handle | - | |
| 006 | prepare prepare handle | 【Libuv efficient programming】Libuv learning super detailed tutorial 5—Interpretation of prepare handle | |
| 007 | check check handle | 【Libuv efficient programming】Libuv learning super detailed tutorial 6——Interpretation of check handle | |
| 008 | uv_thread_t libuv thread | 【Libuv efficient programming】Libuv learning super detailed tutorial 7—Interpretation of libuv threads | |
| 009 | async asynchronous handle | 【Libuv efficient programming】Libuv learning super detailed tutorial 9—Interpretation of libuv async async handle | |
| 010 | signal handle | 【Libuv efficient programming】Libuv learning super detailed tutorial 8—Interpretation of libuv signal signal handle | |
| 011 | process handle | - |