Skip to content

Commit

Permalink
Added debug info to CpuRunTokens
Browse files Browse the repository at this point in the history
  • Loading branch information
john-sharratt authored and theduke committed Mar 11, 2024
1 parent 0917c3c commit 48c7ed2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/wasix/src/os/task/process.rs
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,7 @@ impl WasiProcess {
}
}

#[derive(Debug)]
pub struct CpuRunToken {
tokens: Arc<AtomicU32>,
}
Expand Down

0 comments on commit 48c7ed2

Please sign in to comment.