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

Fix #139, Do file writes in background #1148

Merged

Commits on Feb 16, 2021

  1. Fix nasa#139, move file writes to background task

    Implements a generic asynchronous "file write request" facility
    in the FS subsystem.  Given a metadata/control block with the file
    details and writer state and appropriate callbacks,, this will
    execute the file write job as part of the ES background task.
    
    The following file requests are changed to use this facility:
    - ES ER Log dump
    - SB Pipe Info
    - SB Message Map
    - SB Route Info
    - TBL Registry Dump
    jphickey committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    81cbc46 View commit details
    Browse the repository at this point in the history