libkazv
|
This is the complete list of members for Kazv::JobInterface, including all inherited members.
async(std::function< void()> func)=0 | Kazv::JobInterface | pure virtual |
cancel(std::string timerId)=0 | Kazv::JobInterface | pure virtual |
setInterval(std::function< void()> func, int ms, std::optional< std::string > timerId=std::nullopt)=0 | Kazv::JobInterface | pure virtual |
setTimeout(std::function< void()> func, int ms, std::optional< std::string > timerId=std::nullopt)=0 | Kazv::JobInterface | pure virtual |
submit(BaseJob job, std::function< void(Response)> callback)=0 | Kazv::JobInterface | pure virtual |
~JobInterface()=default | Kazv::JobInterface | virtual |