SessionImpl

inner class SessionImpl(    start: Long,     timeout: Long,     keys: List<Any>) : MultiNotifier.Session

Constructors

Link copied to clipboard
fun SessionImpl(    start: Long,     timeout: Long,     keys: List<Any>)

Functions

Link copied to clipboard
open override fun close()
Link copied to clipboard
open override fun wait(): Boolean