MCPcopy Create free account
hub / github.com/billyb2/bootleg_networking / new_client

Method new_client

net_native/src/native.rs:27–29  ·  view source on GitHub ↗
(task_pool: Runtime)

Source from the content-addressed store, hash-verified

25 }
26
27 pub fn new_client(task_pool: Runtime) -> Self {
28 NativeNetResourceWrapper::Client(NativeClient::new(task_pool))
29 }
30
31 pub fn process_message_channel<T>(&self, channel_id: &MessageChannelID) -> Result<Vec<(ConnectionHandle, T)>, ChannelProcessingError> where T: ChannelMessage + Debug + Clone {
32 let unprocessed_messages_recv_queue = match self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected