We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
windows下没有找到文档里提到的定时器接口,是忘了实现吗
static WFTimerTask *create_timer_task(const std::string& timer_name, time_t seconds, long nanoseconds, timer_callback_t callback); static int cancel_by_name(const std::string& timer_name) { cancel_by_name(const std::string& timer_name, (size_t)-1); } static int cancel_by_name(const std::string& timer_name, size_t max);
The text was updated successfully, but these errors were encountered:
你好。Windows下缺少可取消的定时器接口。普通的定时器可以用。
Sorry, something went wrong.
No branches or pull requests
windows下没有找到文档里提到的定时器接口,是忘了实现吗
The text was updated successfully, but these errors were encountered: