arrow icon indicating copy to clipboard operation
arrow copied to clipboard

Various small STM improvements

Open serras opened this issue 1 year ago • 1 comments

  • More idiomatic TVar<A>.value
  • Introduce TVar<A>.set function, so STM can be used with the assignment operator plugin
  • Introduce getValue/setValue to allow using delegation (var x by newTVar() should work!)
  • Improve the general implementation of PList for TQueue

serras avatar May 14 '24 12:05 serras