Uses of Class
kilim.Mailbox
Packages that use Mailbox
-
Uses of Mailbox in kilim
Modifier and TypeFieldDescriptionTaskGroup.addedTasksMBTaskGroup.exitmb(package private) final Mailbox<?>[]EmptySet_MsgAvListener.mbxsModifier and TypeMethodDescriptionvoidTask.informOnExit(Mailbox<ExitMsg<TT>> exit) static intTakes an array of mailboxes and returns the index of the first mailbox that has a message. -
Uses of Mailbox in kilim.examples
Fields in kilim.examples declared as MailboxModifier and TypeFieldDescriptionTimerBlast2.Tick.boxTimerBlast2.Tock.boxSimpleTask2.exitmbEx.mbSimpleTask.mbSimpleTask2.mb(package private) Mailbox<StringBuffer> Chain.mymbPerfTest.mymbPerfTest.Producer1.mymb(package private) Mailbox<StringBuffer> Chain.nextmbConstructors in kilim.examples with parameters of type Mailbox -
Uses of Mailbox in kilim.nio
Modifier and TypeFieldDescriptionEndPoint.boxNioSelectorScheduler.regboxSessionTask registers its endpoint with the selector by sending a SockEvent message on this mailbox.SockEvent.replyToModifierConstructorDescriptionSockEvent(Mailbox<SockEvent> aReplyTo, AbstractSelectableChannel ach, int ops)