Skip to content
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

FileChunkProducer.shouldProduceMore updates state #2888

Closed
wants to merge 1 commit into from

Commits on Sep 19, 2024

  1. FileChunkProducer.shouldProduceMore updates state

    Motivation:
    
    `FileChunkProducer` would not reflect its internal state when requested to
    produce more elements for the sequence after being paused.
    
    Modifications:
    
    `FileChunkProducer.shouldProduceMore` updates the internal state and
    returns the threadpool leading to more elements being produced.
    
    Result:
    
    `FileChunkProducer` should no longer hang after being paused.
    rnro committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    cb13741 View commit details
    Browse the repository at this point in the history