remove try_wait in thread
This commit is contained in:
1
deps/oblib/src/lib/thread/thread.h
vendored
1
deps/oblib/src/lib/thread/thread.h
vendored
@ -34,7 +34,6 @@ public:
|
||||
int start();
|
||||
int start(Runnable runnable);
|
||||
void stop();
|
||||
int try_wait();
|
||||
void wait();
|
||||
void destroy();
|
||||
void dump_pth();
|
||||
|
Reference in New Issue
Block a user