InterviewSolution
Saved Bookmarks
| 1. |
Does Brew Support Blocking Sockets? |
|
Answer» BREW uses asynchronous sockets. You can USE ISOCKET_Readable or ISOCKET_Writeable to be NOTIFIED when it is SAFE to read/write. BREW uses asynchronous sockets. You can use ISOCKET_Readable or ISOCKET_Writeable to be notified when it is safe to read/write. |
|