input-output-hk / io-sim

Haskell's IO simulator which closely follows core packages (base, async, stm).
https://hackage.haskell.org/package/io-sim
Apache License 2.0
37 stars 15 forks source link

Provide a exception-safe withTMVar combinator #186

Closed jasagredo closed 5 days ago

jasagredo commented 5 days ago

Also provide a default traceTMVarShow and traceTVarShow which use the Show constraint on the state to print standard messages.