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.
2 parents a26a908 + f0e46f2 commit 13c2658Copy full SHA for 13c2658
experiments/epoch/Cargo.lock
experiments/epoch/Cargo.toml
@@ -6,6 +6,3 @@ edition = "2018"
6
7
[profile.release]
8
debug = true
9
-
10
-[dependencies]
11
-crossbeam-epoch = "0.8.0"
experiments/epoch/src/main.rs
@@ -201,11 +201,6 @@ fn main() {
201
guard.defer(move || {
202
S(t as usize);
203
});
204
205
- let guard = crossbeam_epoch::pin();
206
- guard.defer(move || {
207
- S(t as usize);
208
- });
209
}
210
211
0 commit comments