objectPaused extends State with Product with Serializable
The coroutine is paused for a definite amount of time. After that amount
of time, the coroutine will automatically be resumed. This differs from
Suspended where the coroutine must explicitly be resumed.
Linear Supertypes
Serializable, Serializable, Product, Equals, State, AnyRef, Any
The coroutine is paused for a definite amount of time. After that amount of time, the coroutine will automatically be resumed. This differs from
Suspended
where the coroutine must explicitly be resumed.