Class k.t.Message(object):

Part of kiwi.tasklet View In Hierarchy

A message that can be received by or sent to a tasklet.
Method __init__
def __init__(self, name, dest=None, value=None, sender=None):
Parametersnamename of message (type: str )
destdestination tasklet for this message (type: Tasklet )
valuevalue associated with the message
sendersender tasklet for this message (type: Tasklet )
API Documentation for Kiwi, generated by pydoctor.