File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -75,12 +75,12 @@ class Connector
7575 const std::string& addr, unsigned port);
7676
7777 int wait (Connection<BUFFER, NetProvider> &conn, rid_t future,
78- int timeout = 0 , Response<BUFFER> *result = nullptr );
78+ int timeout = - 1 , Response<BUFFER> *result = nullptr );
7979 int waitAll (Connection<BUFFER, NetProvider> &conn,
80- const std::vector<rid_t > &futures, int timeout = 0 );
80+ const std::vector<rid_t > &futures, int timeout = - 1 );
8181 int waitCount (Connection<BUFFER, NetProvider> &conn,
82- size_t feature_count, int timeout = 0 );
83- std::optional<Connection<BUFFER, NetProvider>> waitAny (int timeout = 0 );
82+ size_t feature_count, int timeout = - 1 );
83+ std::optional<Connection<BUFFER, NetProvider>> waitAny (int timeout = - 1 );
8484 // //////////////////////////Service interfaces//////////////////////////
8585 void readyToDecode (const Connection<BUFFER, NetProvider> &conn);
8686 void readyToSend (const Connection<BUFFER, NetProvider> &conn);
You can’t perform that action at this time.
0 commit comments