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
Maybe the handling of the thunks should be hidden. Aka HNix hierarchy allows to abstract MonadThunk instances from the thunk. So just provide the mechanism to the backend as internal top-level functions.
While the handler pattern that often goes also may be overengineering YAGNI, especially at the current moment.
It probably just needs to be with... pattern.
Anton-Latukha
changed the title
Please, implement canonical thunk locking mechanism
Please, form code into canonical thunk locking mechanism
May 31, 2021
Currently, the code does the thunk locking/unlocking customly. And customly reacts to the locked thread.
All that should be unified. Unification is simple.
MonadThunk
needs thunk lock management methods.The text was updated successfully, but these errors were encountered: