Closed denisshevchenko closed 4 years ago
Currently, RTView uses MVar to store the internal state of nodes. Instead, STM should be used:
stm
MVar
Currently, RTView uses MVar to store the internal state of nodes. Instead, STM should be used:
stm
package, so if we removeMVar
, the package strict-concurrency will be removed from dependencies.