pub type PendingClientResponse = Arc<Mutex<Box<PendingClientResponse>>>;
Expand description

A pointer to a thread-safe PendingClientResponse.