Function receive [src]
Places an asynchronous receiving request into the receiving queue.
Prototype
pub fn receive(self: *const ManagedNetwork, token: *const CompletionToken) Status
Parameters
self: *const ManagedNetwork
token: *const CompletionToken
Source
pub fn receive(self: *const ManagedNetwork, token: *const CompletionToken) Status {
return self._receive(self, token);
}