Home
last modified time | relevance | path

Searched defs:T (Results 1 – 2 of 2) sorted by relevance

/unit/src/wasm-wasi-component/src/
H A Dlib.rs388 response: http::Response<T>, in send_response()
389 ) -> T { in send_response()
/unit/src/java/nginx/unit/websocket/
H A DAsyncChannelWrapperSecure.java455 public WrapperFuture(CompletionHandler<T,A> handler, A attachment) { in WrapperFuture()