RequestHandler

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
class Request<T>(var expiresIn: Int, val priority: Int, val provider: EventListener, val value: T)

A requested state of the system.

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun tick(deltaTime: Int = 1)