shadow:standard

Class Message

Parent class

shadow:standard@Object

locked class Message

Class Message is the wrapper of each message passed between threads.

Author

Claude Abounegm

Create Summary

Modifiers Return Types Method and Description
public () create(Object data)

Initializes a new Message, with the current thread as its owner and clones the data.

Destroy Summary

Modifiers Return Types Method and Description
public () destroy()

Method Summary

Modifiers Return Types Method and Description
public readonly (Message) copy(AddressMap addresses)

Property Summary

Modifiers Return Types Method and Description
public readonly get locked (Object) data()
public readonly get locked (Thread) sender()

Create Detail

create

public create(Object data) => ()

Initializes a new Message, with the current thread as its owner and clones the data.

Destroy Detail

destroy

public destroy() => ()

Method Detail

copy

public readonly copy(AddressMap addresses) => (Message)

Property Detail

data

public readonly get locked data() => (Object)

sender

public readonly get locked sender() => (Thread)