Channel
Standard Bindings
A channel provides the following standard bindings:
returns | service | description |
Form | this.send(aForm) | Sends aForm along this channel. |
Form | this.receive() | Receives a form from this channel. Blocks until a form is available at this channel. |