ScopeProvider

@DoNotMock(value = Use TestScopeProvider instead)
interface ScopeProvider

Provides a CompletableSource representation of a scope. The emission of this is the signal

Functions

requestScope
Link copied to clipboard
@CheckReturnValue()
abstract fun requestScope(): CompletableSource
Returns a CompletableSource that, upon completion, will trigger disposal.

Properties

UNBOUND
Link copied to clipboard
val UNBOUND: ScopeProvider
A new provider that is "unbound", e.g.

Inheritors

TestScopeProvider
Link copied to clipboard