Skip to main content

Module send_ref_monad

Module send_ref_monad 

Source
Expand description

Thread-safe by-ref monads, combining SendRefApplicative and SendRefSemimonad.

This is the thread-safe counterpart of RefMonad.

Traitsยง

SendRefMonad
A type that supports thread-safe by-ref function application, pure value injection, and monadic sequencing via references.