Package-level declarations

Types

Link copied to clipboard
class ByteBufferAsyncProcessor(val id: String, val chunkSize: Int = DefaultChunkSize, val processor: (ByteBufferAsyncProcessor.Chunk) -> Unit)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@ExperimentalCoroutinesApi
class QueueProcessor<T : Any>(val lifetime: Lifetime, process: suspend (T) -> Unit)
Link copied to clipboard
Link copied to clipboard
abstract class SingleThreadSchedulerBase(val name: String) : IScheduler
Link copied to clipboard
class SpinWait
Link copied to clipboard

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun CoroutineDispatcher.asRdScheduler(dispatcherExecutionOrder: ExecutionOrder): IScheduler
Link copied to clipboard

Transforms the current scheduler into a sequential one.