fpco / unliftio

The MonadUnliftIO typeclass for unlifting monads to IO
Other
151 stars 51 forks source link

Add `STM.stateTVar` and `STM.writeTMVar` #110 #111

Closed jgotoh closed 1 year ago

jgotoh commented 1 year ago

Implements #110

Note that I have not added changelog and version bump (maybe to 0.2.24.0?) yet. If you think the MR can be merged, ping me and I will add it.

jgotoh commented 1 year ago

Alright, done! :)