1
0
forked from ROMEO/nexosim

Change after review

This commit is contained in:
Jaŭhien Piatlicki 2024-11-25 09:54:42 +01:00
parent 5b2c872e15
commit c06233ad74

View File

@ -301,7 +301,7 @@ impl<T: Clone + Send + 'static, R: Send + 'static> fmt::Debug for Requestor<T, R
}
}
/// A UniRequestor port.
/// A requestor port with exactly one connection.
///
/// `UniRequestor` port is connected to unique replier port, i.e. to an
/// asynchronous model method that returns a value.