s/generator/coroutine/
This commit is contained in:
parent
60956837cf
commit
e96ce20b34
468 changed files with 2201 additions and 2197 deletions
|
@ -37,7 +37,7 @@ macro_rules! is_sync_send {
|
|||
}
|
||||
|
||||
fn main() {
|
||||
// The iterator "generator" list should exhaust what corresponding
|
||||
// The iterator "coroutine" list should exhaust what corresponding
|
||||
// implementations have where `Sync` and `Send` semantics apply.
|
||||
all_sync_send!(BinaryHeap::<usize>::new(), iter, drain, into_iter);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue