MCPcopy Create free account
hub / github.com/ReadyTalk/avian / einProgress

Function einProgress

classpath/java-nio.cpp:164–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164inline bool einProgress(int error)
165{
166#ifdef PLATFORM_WINDOWS
167 return error == WSAEINPROGRESS or error == WSAEWOULDBLOCK;
168#else
169 return error == EINPROGRESS;
170#endif
171}
172
173inline bool einProgress()
174{

Callers 2

doFinishConnectFunction · 0.85
doConnectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected