SettingsBuilder
Properties
Link copied to clipboard
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
Link copied to clipboard
Link copied to clipboard
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
Link copied to clipboard
Link copied to clipboard