hoelzro o/ #moarvm 15:10
timotimo ohai hoelzro 15:12
hoelzro o/ timotimo 15:15
hoelzro if an async task being executed needs to delay its execution even further, is it safe to put a new async task on the queue? 17:08
I guess what I mean to ask is if it's ok for the async thread to push something to the async queue, or if the queue will block when full and the async thread will deadlock itself
japhb hoelzro: Two answers: 1. It should be. 2. It has historically been a problem when the task queue is longer than the thread pool is large 17:09
I believe the latter is considered pure bug
hoelzro hmm =/ 17:10
patrickz libuv has moved their repository. github.com/joyent/libuv.git -> github.com/libuv/libuv I think that should be updated in .gitmodules (currently on wrong OS, thus can't create a PR or issue...) 18:04