SelectForever
Result of select.forever
: apply method accept partial pseudofunction which evalueated forever.
- Source:
- SelectForever.scala
class Object
trait Matchable
class Any
Value members
Concrete methods
transparent inline def apply(inline pf: PartialFunction[Any, Unit])(using mc: CpsMonadContext[F]): Unit
- Source:
- SelectForever.scala
Inherited methods
def onWriteAsync[A](ch: WriteChannel[F, A], a: () => F[A])(f: A => F[Unit]): SelectGroupBuilder.this.type
- Inherited from:
- SelectGroupBuilder
- Source:
- SelectListeners.scala