You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rust_kernel has a facility for looking up a port by id and returning it refcounted so the port doesn't go away. But what stops the task from going away, making port->task invalid to somebody attempting to send on a channel associated with that port?