mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
blocking methods
This commit is contained in:
parent
85702cf2f8
commit
539737278b
@ -44,8 +44,8 @@ PUBLISHED:
|
|||||||
void set_collect_tcp_interval(double interval);
|
void set_collect_tcp_interval(double interval);
|
||||||
double get_collect_tcp_interval() const;
|
double get_collect_tcp_interval() const;
|
||||||
|
|
||||||
bool consider_flush();
|
BLOCKING bool consider_flush();
|
||||||
bool flush();
|
BLOCKING bool flush();
|
||||||
|
|
||||||
// Socket options.
|
// Socket options.
|
||||||
// void set_nonblock(bool flag);
|
// void set_nonblock(bool flag);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user