Reserve
class Reserve<out T>(scope: CoroutineScope, context: CoroutineContext, block: suspend () -> T)(source)
Deprecated
Use SuspendReserve
A class representing a coroutine-based reserve.
Parameters
T
the type of the result produced by the reserve