We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f22b02e commit 480b9daCopy full SHA for 480b9da
include/socket.h
@@ -185,6 +185,11 @@ class Socket
185
}
186
187
188
+ inline void resume()
189
+ {
190
+ bind_co->resume();
191
+ }
192
+
193
protected:
194
double _timeout;
195
double _timeout_temp;
@@ -271,11 +276,6 @@ class Socket
271
276
272
277
inline void init_sock(int _fd);
273
278
274
- inline void resume()
275
- {
- bind_co->resume();
- }
-
279
inline bool is_available(bool allow_cross_co = false)
280
{
281
long cid = has_bound();
0 commit comments