-
Couldn't load subscription status.
- Fork 14
Adds initial draft for iterators topic #90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Co-authored-by: JC van Winkel <jcvw@google.com> Co-authored-by: Bogusław Cyganek <cyganek@agh.edu.pl> Co-authored-by: Jari Ronkainen <ronchaine@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
|
||
| #### Caveats | ||
|
|
||
| * Beware when using iterators in a multi-threaded environment as both the iterator and the data structure need to be correctly synchronized (see [XYZ](https://)). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@VictorEijkhout do you know a reference that I could add here for XYZ?
Co-authored-by: JC van Winkel jcvw@google.com
Co-authored-by: Bogusław Cyganek cyganek@agh.edu.pl
Co-authored-by: Jari Ronkainen ronchaine@gmail.com