diff options
| author | Garrett D'Amore <garrett@damore.org> | 2024-03-24 22:19:42 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2024-03-24 22:19:42 -0700 |
| commit | 331bd5a7c360083f245fe6c82afa38dd05c4a9c9 (patch) | |
| tree | f7a50976a4a6a717660d1c94a9808e896c3c2059 /docs/reference/src/api/index.md | |
| parent | 962553386968a528593665e228b9424de84d7f4e (diff) | |
| download | nng-331bd5a7c360083f245fe6c82afa38dd05c4a9c9.tar.gz nng-331bd5a7c360083f245fe6c82afa38dd05c4a9c9.tar.bz2 nng-331bd5a7c360083f245fe6c82afa38dd05c4a9c9.zip | |
More org stuff
Diffstat (limited to 'docs/reference/src/api/index.md')
| -rw-r--r-- | docs/reference/src/api/index.md | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/docs/reference/src/api/index.md b/docs/reference/src/api/index.md index 1541b541..fb27e444 100644 --- a/docs/reference/src/api/index.md +++ b/docs/reference/src/api/index.md @@ -10,14 +10,16 @@ the _NNG_ programming interface. We have organized the reference material along general functional areas. They are: +- Sockets +- Dialers, Listeners, and Pipes +- Contexts - [Asynchronous I/O](aio/index.md) - [Asynchronous I/O for Providers](aio_provider/index.md) -- General Utility Functions -- Scalability Protocol Sockets -- Scalability Protocol Contexts -- Concurrency / Multi-threading -- HTTP Server +- Utility Functions +- Threads and Synchronization - HTTP Client -- Streaming API -- Statistics API +- HTTP Server +- TLS Support +- Connected Streams +- Statistics - Legacy Compatibility |
