allocated

@DelicateCoroutinesApi
suspend fun allocated(): Pair<suspend () -> A, suspend (@UnsafeVariance A, ExitCase) -> Unit>

Deprecated

Use the safer version allocate instead.