We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de79ecf commit 124770dCopy full SHA for 124770d
src/machine.rs
@@ -1725,14 +1725,6 @@ impl<'tcx> Machine<'tcx> for MiriMachine<'tcx> {
1725
}
1726
1727
/// Trait for callbacks handling asynchronous machine operations.
1728
-///
1729
-/// Callbacks receive a completion state and can perform follow-up actions while
1730
-/// maintaining interpreter invariants. They are executed with mutable access to
1731
-/// the interpreter context.
1732
1733
-/// # Type Parameters
1734
-/// - `'tcx`: Typing context lifetime for the interpreter.
1735
-/// - `T`: Type of argument passed to the callback on completion.
1736
pub trait MachineCallback<'tcx, T>: VisitProvenance {
1737
/// The function to be invoked when the callback is fired.
1738
fn call(
0 commit comments