Home
last modified time | relevance | path

Searched refs:test_tcp_send_future_should_resolve_when_stream_dropped (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/crates/test-programs/src/bin/
H A Dp3_sockets_tcp_streams.rs78 async fn test_tcp_send_future_should_resolve_when_stream_dropped(family: IpAddressFamily) { in test_tcp_send_future_should_resolve_when_stream_dropped() function
277 test_tcp_send_future_should_resolve_when_stream_dropped(IpAddressFamily::Ipv4).await; in run()
289 test_tcp_send_future_should_resolve_when_stream_dropped(IpAddressFamily::Ipv6).await; in run()