arrow-fx / arrow.fx / MVar / factoryUncancellable
fun <F> factoryUncancellable(AS: Async<F>): MVarFactory<F>
fun <F> factoryUncancellable(AS:
Async
<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?