31/03/2018 19:06, Anatoly Burakov: > This API is similar to the blocking API that is already present, > but reply will be received in a separate callback by the caller > (callback specified at the time of request, rather than registering > for it in advance). > > Under the hood, we create a separate thread to deal with replies to > asynchronous requests, that will just wait to be notified by the > main thread, or woken up on a timer. > > Signed-off-by: Anatoly Burakov <[email protected]> > Acked-by: Jianfeng Tan <[email protected]>
Applied, thanks You are expected to work on removing IPC threads during the next release cycle. Thanks in advance :)

