aboutsummaryrefslogtreecommitdiff
path: root/src/core/taskq.c
Commit message (Collapse)AuthorAge
* Always run the AIO completion logic.Garrett D'Amore2017-07-19
| | | | | | | | We have seen some yet another weird situation where we had an orphaned pipe, which was caused by not completing the callback. If we are going to run nni_aio_fini, we should still run the callback (albeit with a return value of NNG_ECANCELED or somesuch) to be sure that we can't orphan stuff.
* Give up on uncrustify; switch to clang-format.Garrett D'Amore2017-07-10
|
* Refactor stop again, closing numerous races (thanks valgrind!)Garrett D'Amore2017-06-28
|
* Fix taskq_cancel race.Garrett D'Amore2017-06-08
|
* Fix leaking taskq data.Garrett D'Amore2017-03-12
|
* Pipeline protocol now entirely callback driven.Garrett D'Amore2017-03-04
|
* Taskq implementation.Garrett D'Amore2017-02-18