Is it possible(or even make sense) to implement MonadThrow/MonadCatch/MonadMask for Widget?
I'm using concur-replica.
There is some case I want to handle async exception with bracket pattern.
For example, I want to decrease the participate count for chat room when the user closes the browser which throws async exception to the coressponding concur thread.
Is it possible(or even make sense) to implement
MonadThrow/MonadCatch/MonadMaskforWidget?I'm using
concur-replica.There is some case I want to handle async exception with
bracketpattern.For example, I want to decrease the participate count for chat room when the user closes the browser which throws async exception to the coressponding concur thread.