コード例 #1
0
ファイル: zactor.py プロジェクト: cyrilleverrier/pyczmq
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)