I have a question on the use of AE (HTTP).
which blocks the thread.
Tasks are executed asynchronously, but one unfulfilled task blocks execution of the program.
Is it possible to make a non-block call to $ cv-> recv (with timeout) and ask it in a loop, like a poll / epoll?
Very thanks.
Sorry for my english.