mdbergmann / cl-gserver

Sento - Actor framework featuring actors and agents for easy access to state and asynchronous operations.

Home Page:https://mdbergmann.github.io/cl-gserver/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

question about "ask-s" with "time-out"

ijitai opened this issue · comments

Suppose there are A1, A2, ..., A10, 10 actors, they ask-s B1, B2, ..., B10 with "time-out" in the same time.
And B1, B2, B10 are all time-out, and they throw 10 handler-error in the same time. How does the handler deal with this situation? Or ask-s should not throw exception, and just return a "fail" value?