aboutsummaryrefslogtreecommitdiff
path: root/docs/ref/SUMMARY.md
blob: e39a9969c10bf7c25fe49369f6405d1673f2d912 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Summary

- [API Reference](./api/index.md)

  - [Threading and Synchronization](./api/thr/index.md)

    - [nng_cv](./api/thr/nng_cv.md)
    - [nng_mtx](./api/thr/nng_mtx.md)

  - [Utility Functions](./api/util/index.md)

    - [nng_alloc](./api/util/nng_alloc.md)
    - [nng_clock](./api/util/nng_clock.md)
    - [nng_id_map](./api/util/nng_id_map.md)
    - [nng_msleep](./api/util/nng_msleep.md)
    - [nng_random](./api/util/nng_random.md)
    - [nng_socket_pair](./api/util/nng_socket_pair.md)
    - [nng_strdup](./api/util/nng_strdup.md)
    - [nng_strerror](./api/util/nng_strerror.md)
    - [nng_version](./api/util/nng_version.md)

- [Transports](./tran/index.md)

  - [BSD Socket](./tran/socket.md)
  - [UDP](./tran/udp.md)

[Index](./indexing.md)