Skip to content

Document fusing and other iterator protocol details #55

Open
@bluss

Description

@bluss
  • Adaptor is fused: guaranteed to return None indefinitely after end of iterator.
  • Adaptor is well behaved: Does not call .next() on non-fused iterator after it has returned None once.

All of our adaptors must be well behaved, some guarantee being fused.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions