dispatcher
Specifies the CoroutineDispatcher for I/O operations in the engine.
This dispatcher is used for all network-related operations, such as sending requests and receiving responses. By default, it should be optimized for I/O tasks.
Example:
override val dispatcher: CoroutineDispatcher = Dispatchers.IO
Content copied to clipboard