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 CABI.Client.hs, we currently apply a convoluted TMVar mechanism that takes and returns a Fd to control access. This is probably better served by an STM lock.
The text was updated successfully, but these errors were encountered:
In
CABI.Client.hs
, we currently apply a convolutedTMVar
mechanism that takes and returns aFd
to control access. This is probably better served by an STM lock.The text was updated successfully, but these errors were encountered: