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

Function eagain

classpath/java-nio.cpp:183–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183inline bool eagain()
184{
185#ifdef PLATFORM_WINDOWS
186 return WSAGetLastError() == WSAEINPROGRESS
187 or WSAGetLastError() == WSAEWOULDBLOCK;
188#else
189 return errno == EAGAIN;
190#endif
191}
192
193bool setBlocking(JNIEnv* e, int d, bool blocking)
194{

Calls

no outgoing calls

Tested by

no test coverage detected