Package-level declarations

Types

Link copied to clipboard
@ApiStatus.Experimental
fun interface HandlerInterceptor

Wraps a single handler invocation attempt for Kotlin coroutine handlers. Implementations must call next() exactly once.

Link copied to clipboard
@ApiStatus.Experimental
fun interface RunInterceptor

Wraps the execution of a runBlock closure. Implementations must invoke next() exactly once.