Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
Context is the internal implementation of both an actor.Context (and an actor.Address). It also serves as the foundation for the internal implementation of system.System
func MakeContext ¶
MakeContext instantiates a new Context
func (*Context) Supervisor ¶
Supervisor returns the actor.Address of the Supervisor of this Context
type Mailbox ¶
type Mailbox struct {
// contains filtered or unexported fields
}
Mailbox is the queueing mechanism for a local actor.Actor
Click to show internal directories.
Click to hide internal directories.