EventLoop

trait EventLoop[F[_]]

Event-Loop Interface

Companion:
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def run(handler: () => F): F[Unit]