(&self)
| 212 | /// Do not call from runtime code today; this tears down the active pool. |
| 213 | #[cfg(any(test, feature = "test-support"))] |
| 214 | pub async fn close(&self) { |
| 215 | store_dispatch!(self.close()); |
| 216 | } |
| 217 | |
| 218 | /// Insert or update a generic object with compare-and-swap support. |
| 219 | /// |
no outgoing calls