To use the non-blocking functions like acceptNB and sendVecNB, do I need to explicitly set the socket to non-blocking mode? If that is the case, how can I do it?
Are there any documents/examples on how to generally do non-blocking IO in PolyML?
Thank you,
Vijay