async fn make_acquire_future<T>( data: Option<Sender<T>>, ) -> Result<OwnedPermit<T>, PollSendError<T>>