Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Handle EAGAIN in Console.Write on Unix #23539

Merged
merged 1 commit into from
Aug 30, 2017

Commits on Aug 25, 2017

  1. Handle EAGAIN in Console.Write

    If stdout/stderr is configured as a non-blocking file descriptor, Console.Write{Line} may fail if the descriptor is full and would block.  With this commit, we instead poll in that case waiting for the ability to write and then retry.
    stephentoub committed Aug 25, 2017
    Configuration menu
    Copy the full SHA
    98267c0 View commit details
    Browse the repository at this point in the history