ScopeServiceImpl
class ScopeServiceImpl(val idGenerator: ScopeIdGenerator, val isInternalErrorDetector: (e: Throwable) -> Boolean) : ScopeService<ScopeServiceImpl.ScopeImpl>
Types
Functions
Link copied to clipboard
open suspend override fun continueScope(scope: ScopeServiceImpl.ScopeImpl, description: String, params: ScopeParams?): ScopeServiceImpl.ScopeImpl
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open suspend override fun startScope(description: String, params: ScopeParams?): ScopeServiceImpl.ScopeImpl