update
This commit is contained in:
parent
dcebded8a3
commit
10e5c77454
3 changed files with 6 additions and 7 deletions
|
@ -9,8 +9,9 @@ fn main() {
|
|||
|
||||
let (input, output) = rally(items, |item: &_| {
|
||||
std::thread::sleep(Duration::from_millis(item * 100));
|
||||
return 0;
|
||||
});
|
||||
return Some(0);
|
||||
})
|
||||
.unwrap();
|
||||
|
||||
println!("RALLY RESULTS: {input:?} -> {output:?}");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue