You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #360, timeouts for handlers is discussed. This feature would also be useful for any coroutine related function, such as ao.send().receive() and ao.spawn().receive(). Basically, the execution would error once the deadline is reached, making these functions able to effectively "expire".
Additionally ao.send().onReply() and ao.spawn().onReply() could also be extended to include support for timeouts, once #360 is implemented, since all these two functions need to do is to forward the timeout to the handler they create.
The text was updated successfully, but these errors were encountered:
In #360, timeouts for handlers is discussed. This feature would also be useful for any coroutine related function, such as
ao.send().receive()
andao.spawn().receive()
. Basically, the execution would error once the deadline is reached, making these functions able to effectively "expire".Additionally
ao.send().onReply()
andao.spawn().onReply()
could also be extended to include support for timeouts, once #360 is implemented, since all these two functions need to do is to forward the timeout to the handler they create.The text was updated successfully, but these errors were encountered: