MCPcopy Create free account
hub / github.com/0x676e67/wreq-python / receiver

Method receiver

src/client/async_impl/response/ws/mod.rs:63–65  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

61 }
62
63 pub fn receiver(&self) -> Receiver {
64 self.receiver.clone()
65 }
66
67 pub async fn _recv(receiver: Receiver) -> PyResult<Option<Message>> {
68 let mut lock = receiver.lock().await;

Callers 3

recvMethod · 0.80
closeMethod · 0.80
__next__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected