Skip to content

Commit

Permalink
Update src/machine.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Ralf Jung <[email protected]>
  • Loading branch information
shamb0 and RalfJung authored Dec 27, 2024
1 parent de79ecf commit 124770d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/machine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1725,14 +1725,6 @@ impl<'tcx> Machine<'tcx> for MiriMachine<'tcx> {
}

/// Trait for callbacks handling asynchronous machine operations.
///
/// Callbacks receive a completion state and can perform follow-up actions while
/// maintaining interpreter invariants. They are executed with mutable access to
/// the interpreter context.
///
/// # Type Parameters
/// - `'tcx`: Typing context lifetime for the interpreter.
/// - `T`: Type of argument passed to the callback on completion.
pub trait MachineCallback<'tcx, T>: VisitProvenance {
/// The function to be invoked when the callback is fired.
fn call(
Expand Down

0 comments on commit 124770d

Please sign in to comment.