ivykis icon indicating copy to clipboard operation
ivykis copied to clipboard

iv_work: add support for submitting work_items from within worker threads

Open bazsi opened this issue 2 years ago • 1 comments

This is a request-for-comments PR against iv_work to allow the submission of tasks from a worker thread and not just from the thread that owns the iv_work pool.

bazsi avatar Apr 24 '22 13:04 bazsi

This is a really interesting addition that we could build upon in syslog-ng.

I wonder how this approach fits into the ivykis world.

The behavior of the completion callback might be surprising when submitting jobs from a worker, but it does what is currently documented.

MrAnno avatar May 13 '22 09:05 MrAnno

I've rebased this commit onto master and merged it as 7263f81301d2, where it is part of the v0.43 release. Thank you!

buytenh avatar Jan 26 '24 10:01 buytenh