Expand description
Thread-safe by-ref monads, combining SendRefApplicative and SendRefSemimonad.
This is the thread-safe counterpart of RefMonad.
Traitsยง
- Send
RefMonad - A type that supports thread-safe by-ref function application, pure value injection, and monadic sequencing via references.