UCX.jl
UCX.jl copied to clipboard
WIP: LIBUV progress
The idea here is that we should use uv_async_send to notify an Base.AsyncCondition so that we could call progress on the Libuv threadpool.
This should be fine for normal requests, but AMHandler pose a problem. LibUV will coalesce signals to the same handler http://docs.libuv.org/en/v1.x/async.html so with multiple invokes to the same AM handler we might miss invokes. We would need to manage our own queue