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
This would be useful to provide alternative handlers for effects that are accessed by all handlers in a server; e.g. say we have a Logging effect with some lock, we don't want to have this per handler buy ideally per application, currently that's not possible because the hoist function in the available APIs goes to Handler a; I would like something like:
This would be useful to provide alternative handlers for effects that are accessed by all handlers in a server; e.g. say we have a Logging effect with some lock, we don't want to have this per handler buy ideally per application, currently that's not possible because the
hoist
function in the available APIs goes toHandler a
; I would like something like:does that make sense?
Thanks in advance!
The text was updated successfully, but these errors were encountered: