| 44 | /// Identifier for a mock I/O future in scheduler snapshots. |
| 45 | #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)] |
| 46 | pub(crate) struct IoFutureId(pub usize); |
| 47 | |
| 48 | /// Number of pending polls before a mock I/O future resolves. |
| 49 | #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)] |
no outgoing calls
no test coverage detected
searching dependent graphs…