Skip to content
  • Artem Kharitonov's avatar
    core/child: add more setters · 26c37b64
    Artem Kharitonov authored
    asc_child_set_on_flush():
        Set flush callbacks on receive buffers (stdout, stderr).
    
    asc_child_set_mode():
        Set buffering mode on our end of a child's stdio pipe.
        This resets buffer state, so do not use it in the pipe's
        on_flush callback.
    26c37b64