aboutsummaryrefslogtreecommitdiff
path: root/docs/ref/SUMMARY.md
blob: 0415cad83c1a46dc5c24697a157a1cd96fe7275e (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
28
29
30
31
32
33
34
35
36
# Summary

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

  - [Messages](./api/msg/index.md)

    - [nng_msg](./api/msg/nng_msg.md)
    - [nng_msg_body](./api/msg/nng_msg_body.md)

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

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

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

    - [nng_alloc](./api/util/nng_alloc.md)
    - [nng_clock](./api/util/nng_clock.md)
    - [nng_duration](./api/util/nng_duration.md)
    - [nng_id_map](./api/util/nng_id_map.md)
    - [nng_msleep](./api/util/nng_msleep.md)
    - [nng_opts_parse](./api/util/nng_opts_parse.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)
  - [Intra-Process Transport](./tran/inproc.md)
  - [UDP](./tran/udp.md)

[Index](./indexing.md)