locked class Message
Class Message is the wrapper of each message passed between threads.
Claude Abounegm
| Modifiers | Return Types | Method and Description |
|---|---|---|
public |
() |
create(Object data)Initializes a new |
| Modifiers | Return Types | Method and Description |
|---|---|---|
public |
() |
destroy() |
| Modifiers | Return Types | Method and Description |
|---|---|---|
public readonly |
(Message) |
copy(AddressMap addresses) |
| Modifiers | Return Types | Method and Description |
|---|---|---|
public readonly get locked |
(Object) |
data() |
public readonly get locked |
(Thread) |
sender() |
public create(Object data) => ()
Initializes a new Message, with the current thread as its owner and clones the data.
public destroy() => ()
public readonly copy(AddressMap addresses) => (Message)