Apache SINGA
A distributed deep learning platform .
|
Public Member Functions | |
Poller (SocketInterface *socket) | |
void | Add (SocketInterface *socket) |
Add a socket for polling; Multiple sockets can be polled together by adding them into the same poller. | |
SocketInterface * | Wait (int duration) |
Poll for all sockets added into this poller. More... | |
virtual bool | Terminated () |
|
virtual |
SocketInterface* singa::Poller::Wait | ( | int | duration | ) |
Poll for all sockets added into this poller.
timeout | Stop after this number of mseconds |