EINTR returned from the blocking functions

This commit is contained in:
Martin Sustrik
2010-09-08 08:39:27 +02:00
parent f374431ebe
commit 91ea204644
13 changed files with 93 additions and 84 deletions

View File

@@ -64,9 +64,6 @@ namespace zmq
// Send command to the destination slot.
void send_command (uint32_t slot_, const command_t &command_);
// Receive command from the source slot.
bool recv_command (uint32_t slot_, command_t *command_, bool block_);
// Returns the I/O thread that is the least busy at the moment.
// Taskset specifies which I/O threads are eligible (0 = all).
class io_thread_t *choose_io_thread (uint64_t taskset_);