Return an error instead of blocking.
const FD_DONT_BLOCK: DescriptionFlags = DescriptionFlags(O_NONBLOCK);
open(2) and O_NONBLOCK therein