detach()
If self is alive then mark it as dead and return the tuple (obj, func, args, kwargs)
. If self is dead then return None
.
detach()
If self is alive then mark it as dead and return the tuple (obj, func, args, kwargs)
. If self is dead then return None
.
Please login to continue.