--- Coro/Changes 2020/03/16 11:12:52 1.686 +++ Coro/Changes 2020/04/22 19:21:20 1.687 @@ -14,6 +14,8 @@ - allow rouse_wait to be called in a different thread. - slightly clarify rouse_cb/rouse_wait documentation. - slightly improve rouse callback performance and memory usage. + - try to report correct calller when throwing exception in + on $condvar->recv, not a useless line in Coro::AnyEvent. 6.56 Thu Feb 20 19:40:07 CET 2020 - Coro::EV::time*once functions used ev_once, which is not cancelable.