libuv/docs/src/guide
woclass 870828c8af
doc/guide: update content and sample code (#3408)
- 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>
2022-01-31 16:52:42 -05:00
..
about.rst docs: fix linkcheck 2020-01-08 11:51:04 -05:00
basics.rst doc/guide: update content and sample code (#3408) 2022-01-31 16:52:42 -05:00
eventloops.rst doc: fix code highlighting 2021-02-14 09:13:34 +01:00
filesystem.rst doc/guide: update content and sample code (#3408) 2022-01-31 16:52:42 -05:00
introduction.rst doc/guide: update content and sample code (#3408) 2022-01-31 16:52:42 -05:00
networking.rst doc: switch discussion forum to github 2021-06-30 23:26:40 -04:00
processes.rst doc: fix code highlighting 2021-02-14 09:13:34 +01:00
threads.rst doc: fix code highlighting 2021-02-14 09:13:34 +01:00
utilities.rst doc: fix code highlighting 2021-02-14 09:13:34 +01:00