QueueReader

interface QueueReader<T>

Inheritors

Functions

Link copied to clipboard
abstract fun consume(): Flow<T>
Link copied to clipboard
abstract suspend fun poll(): T?