Queue

external interface Queue<Body>

Functions

Link copied to clipboard
abstract fun send(message: Body): Promise<Unit>
Link copied to clipboard