Beispiel #1
0
def resolve(actor):
    """Probe the supplied reference. If it looks like a zactor_t instance,
    return the underlying libzmq actor handle; else if it looks like
    a libzmq actor handle, return the supplied value."""
    return C.zactor_resolve(actor)