From: Vadim Zeitlin Date: Wed, 21 Jul 2004 10:39:23 +0000 (+0000) Subject: put the write end of the pipe in non blocking mode to avoid deadlocks and return... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3338a5bde55eabf53f0aea4eb9f01a8b45b4039d?hp=3338a5bde55eabf53f0aea4eb9f01a8b45b4039d put the write end of the pipe in non blocking mode to avoid deadlocks and return from wxPipeOutputStream::OnSysWrite() without having necessarily written all the data as this is not always possible git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28350 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 ---