SettingsBuilder

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
var eventLoopDispatcher: () -> CoroutineDispatcher

Factory for the dispatcher the container's event loop runs on. Invoked once per container, so each container gets its own dispatcher instance — e.g. its own kotlinx.coroutines.CoroutineDispatcher.limitedParallelism view.

Link copied to clipboard
var exceptionHandler: CoroutineExceptionHandler?
Link copied to clipboard
Link copied to clipboard
var intentLaunchingDispatcher: () -> CoroutineDispatcher

Factory for the dispatcher intents are launched on. Invoked once per container, so each container gets its own dispatcher instance — e.g. its own kotlinx.coroutines.CoroutineDispatcher.limitedParallelism view, giving per-container (not app-wide) parallelism limits.

Link copied to clipboard
Link copied to clipboard