- Add `Makefile` for example codes. (cherry-pick from old uvbook repo)
- Add a new example "Default loop" to "Basics of libuv"/"Default loop"
- Document review and update: `Introduction`, `Basics of libuv`, `Filesystem`
+ Update the referenced libuv code snippet
+ Link update: http->https
**Content Updates**:
- `filesystem.rst`#L291-L297: Add note for `uv_fs_event_start`
- `filesystem.rst`#L334: Add description of the callback function parameter `status`
The following examples have been tested manually in WSL2 (Ubuntu 20.04) with libuv 1.42.0:
- helloworld
- default-loop
- idle-basic
- uvcat
- uvtee
- onchange (test on macOS)
Co-authored-by: Nikhil Marathe <nsm.nikhil@gmail.com>
|
||
|---|---|---|
| .. | ||
| cgi | ||
| default-loop | ||
| detach | ||
| dns | ||
| helloworld | ||
| idle-basic | ||
| idle-compute | ||
| interfaces | ||
| locks | ||
| multi-echo-server | ||
| onchange | ||
| pipe-echo-server | ||
| plugin | ||
| proc-streams | ||
| progress | ||
| queue-cancel | ||
| queue-work | ||
| ref-timer | ||
| signal | ||
| spawn | ||
| tcp-echo-server | ||
| thread-create | ||
| tty | ||
| tty-gravity | ||
| udp-dhcp | ||
| uvcat | ||
| uvstop | ||
| uvtee | ||
| uvwget | ||
| .gitignore | ||
| Makefile | ||