arrow-fx / arrow.fx / MVar / factoryCancellable
fun <F> factoryCancellable(CF: Concurrent<F>): MVarFactory<F>
fun <F> factoryCancellable(CF:
Concurrent
<F>):
MVarFactory
<F>
Build a MVarFactory value for creating MVar types F without deciding the type of the MVar’s value.
See Also
Do you like Arrow?