Example #1
0
def send(actor, msg):
    """Send a zmsg message to the actor, take ownership of the message
    and destroy when it has been sent."""
    return C.zactor_send(actor, msg)