aboutsummaryrefslogtreecommitdiff
path: root/src/core/taskq.h
Commit message (Expand)AuthorAge
* aio: task_abort was a mistakeGarrett D'Amore2024-12-07
* fini: add drain mechanism for aio, reap, and task subsystemsGarrett D'Amore2024-12-07
* refactor initialization/finalizationGarrett D'Amore2024-11-11
* Actually enable UDP. Also fix some UWYI includes.Garrett D'Amore2024-10-06
* fixes #1574 Non-blocking version of nng_aio_wait / nng_aio_resultGarrett D'Amore2022-04-18
* fixes #1236 Deadlock triggered on nng_closeGarrett D'Amore2020-05-17
* fixes #1117 task structures should be inlinedGarrett D'Amore2020-01-06
* fixes #445 crash in taskq_threadGarrett D'Amore2018-05-16
* fixes #433 tasks can leakGarrett D'Amore2018-05-15
* fixes #352 aio lock is burning hotGarrett D'Amore2018-05-14
* More reliable taskq fini; avoids deadlock during shutdown.Garrett D'Amore2017-08-02
* Simpler taskq API.Garrett D'Amore2017-07-21
* Always run the AIO completion logic.Garrett D'Amore2017-07-19
* Give up on uncrustify; switch to clang-format.Garrett D'Amore2017-07-10
* Fix taskq_cancel race.Garrett D'Amore2017-06-08
* Introduce new generic I/O event framework.Garrett D'Amore2017-02-19
* Taskq implementation.Garrett D'Amore2017-02-18