diff --git a/src/runtime2/port.rs b/src/runtime2/port.rs index 428bc23ed5f86e69b08156121aa4b44a37f58c65..41d385c705aa7fe6c90a00e313062cd0f73d5aa1 100644 --- a/src/runtime2/port.rs +++ b/src/runtime2/port.rs @@ -58,7 +58,6 @@ pub struct Port { pub peer_connector: ConnectorId, // might be temporarily inconsistent while peer port is sent around in non-sync phase } -// TODO: Turn port ID into its own type pub struct Channel { pub putter_id: PortIdLocal, // can put on it, so from the connector's point of view, this is an output pub getter_id: PortIdLocal, // vice versa: can get on it, so an input for the connector