class CleanAsyncStack<R> : AsyncStack<R>
Empty registry.
CleanAsyncStack()
fun <R> AsyncStack<R>.onClose(f: (R) -> R): DirtyAsyncStack<R>