You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The package uses fcntl to make pipe channels non-blocking. SInce fcntl is not available on Windows, this prevents Windows developers from using it (and all packages depending on it).
P.S. It looks like msvcrt package could be used.
The text was updated successfully, but these errors were encountered:
The package uses
fcntl
to make pipe channels non-blocking. SIncefcntl
is not available on Windows, this prevents Windows developers from using it (and all packages depending on it).P.S. It looks like
msvcrt
package could be used.The text was updated successfully, but these errors were encountered: