Package-level declarations

Types

Link copied to clipboard

A coroutine context element that holds a call ID of the current coroutine.

Properties

Link copied to clipboard

The default call ID's generator dictionary.

Functions

Link copied to clipboard
suspend fun withCallId(callId: String, block: suspend () -> Unit)

Adds callId to the current coroutine context.