EitherEventLoop

final class EitherEventLoop(term: Term[[_] =>> Either[Throwable, _$1]]) extends SyncEventLoop[[_] =>> Either[Throwable, _$2]]
Companion:
object
class SyncEventLoop[[_] =>> Either[Throwable, _$2]]
class AnyEventLoop[[_] =>> Either[Throwable, _$2]]
trait EventLoop[[_] =>> Either[Throwable, _$2]]
class Object
trait Matchable
class Any

Value members

Inherited methods

override def run(handler: () => [_] =>> Either[Throwable, _$2]): Either[Throwable, Unit]
Definition Classes
Inherited from:
AnyEventLoop