Confirmed users
110
edits
m (→MessagePort) |
|||
Line 82: | Line 82: | ||
A ''MessagePort'' is the channel that connects two applications and allow them to send and receive messages. | A ''MessagePort'' is the channel that connects two applications and allow them to send and receive messages. | ||
interface MessagePort { | |||
void start(); | void start(); | ||
void close(); | void close(); |