Skip to main content

Module send_ref_applicative

Module send_ref_applicative 

Source
Expand description

Thread-safe by-ref applicative functors, combining SendRefPointed and SendRefSemiapplicative.

This is the thread-safe counterpart of RefApplicative.

Traitsยง

SendRefApplicative
A type that supports both thread-safe pure value injection (via reference) and thread-safe by-ref function application within a context.