Instance Constructors
-
new
Selector(api: GopherAPI)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
def
addErrorHandler(f: (ExecutionContext, FlowTermination[A], Continuated[A], Throwable) ⇒ Future[Continuated[A]]): Unit
-
def
addReader[E](ch: Input[E], f: (ContRead[E, A]) ⇒ Option[(In[E]) ⇒ Future[Continuated[A]]]): Unit
-
def
addTimeout(timeout: FiniteDuration, f: (Skip[A]) ⇒ Option[Future[Continuated[A]]]): Unit
-
def
addWriter[E](ch: Output[E], f: (ContWrite[E, A]) ⇒ Option[(E, Future[Continuated[A]])]): Unit
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
completeWith(other: Future[A]): Unit
-
def
doExit(a: A): A
-
def
doThrow(e: Throwable): Unit
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
future: Future[A]
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
isCompleted: Boolean
-
final
def
isInstanceOf[T0]: Boolean
-
def
isLocked: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
run: Future[A]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
throwIfNotCompleted(ex: Throwable): Unit
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any