151 |
/// until `UnsafeFutureObj::drop` is called with it.
|
152 |
#[allow(clippy::unnecessary_safety_doc)]
|
153 |
fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a);
|
142 |
/// and acting on the result.
|
143 |
#[allow(clippy::unnecessary_safety_doc)]
|
144 |
pub fn strong_count(&self) -> Option<usize> {
|
156 |
/// and acting on the result.
|
157 |
#[allow(clippy::unnecessary_safety_doc)]
|
158 |
pub fn weak_count(&self) -> Option<usize> {
|