Class k.t.Message(object):

Part of kiwi.tasklet
A message that can be received by or sent to a tasklet.
Function__init__
Create a new Message object.
def __init__(self, name, dest=None, value=None, sender=None):
Create a new Message object.