remove try_wait in thread

This commit is contained in:
nroskill
2023-04-06 08:26:51 +00:00
committed by ob-robot
parent 841bfb32a3
commit 2f7fae0cb4
6 changed files with 107 additions and 108 deletions

View File

@ -34,7 +34,6 @@ public:
int start();
int start(Runnable runnable);
void stop();
int try_wait();
void wait();
void destroy();
void dump_pth();