Returns a message channel that communicates with the named context. If no
such port exists, an error will either be thrown immediately or after a round
trip with the operator, depending on whether this pool is the operator or a
caller.
If context A calls dial('B') and context B calls dial('A'), the two
ports returned will be connected to one another.
Parameters | name | string | | The name of the context to get.
|
|
---|
Returns | |
---|