SequencerReceiverHelper

constructor(coroutineScope: CoroutineScope, coroutineContext: CoroutineContext = EmptyCoroutineContext)

Parameters

coroutineScope

The CoroutineScope in which the coroutine responsible for throwing an error in case of out-of-sequence timeout will be running.

coroutineContext

The optional CoroutineContext in which the coroutine responsible for throwing an error in case of out-of-sequence timeout will be running. Defaults to EmptyCoroutineContext, should only be changed for testing purposes.