| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | docs: progress on socket document conversion | Garrett D'Amore | 2024-12-31 |
| | | |||
| * | docs: start of streams API documentation | Garrett D'Amore | 2024-12-31 |
| | | |||
| * | aio: nng_aio_defer replaced by nng_aio_start | Garrett D'Amore | 2024-12-26 |
| | | | | | | This represents an API change, and we remove the nng_aio_begin function as well, introducing the lightweight nng_aio_reset instead. | ||
| * | aio: introduce NNG_ESTOPPED | Garrett D'Amore | 2024-12-26 |
| | | | | | | | | | | | | This error code results when an AIO is stopped permanently, as a result of nni_aio_close or nni_aio_stop. The associated AIO object cannot be used again. This discrimantes against a file being closed, or a temporary cancellation which might allow the aio to be reused. Consumers must check for this error status in their callbacks, and not resubmit an operation that failed with this error. Doing so, will result in an infinite loop of submit / errors. | ||
| * | docs: AIO chapter (consumer only) converted to mdbook. | Garrett D'Amore | 2024-10-24 |
