EffectNoScopeFinalizer<E, L, R> extension

on

Properties

withScope Effect<Scope<E>, L, R>
{@category scoping}
no setter

Methods

acquireRelease(Effect<Null, Never, Unit> release(R r)) Effect<Scope<E>, L, R>
{@category scoping}
addFinalizer(Effect<Null, Never, Unit> release) Effect<Scope<E>, L, R>
{@category scoping}