Home
last modified time | relevance | path

Searched defs:doExecLater (Results 1 – 2 of 2) sorted by relevance

/dports/devel/R-cran-later/later/src/
H A Dlater_win32.cpp104 uint64_t doExecLater(std::shared_ptr<CallbackRegistry> callbackRegistry, Rcpp::Function callback, d… in doExecLater() function
113 uint64_t doExecLater(std::shared_ptr<CallbackRegistry> callbackRegistry, void (*func)(void*), void*… in doExecLater() function
H A Dlater_posix.cpp251 uint64_t doExecLater(std::shared_ptr<CallbackRegistry> callbackRegistry, Rcpp::Function callback, d… in doExecLater() function
265 uint64_t doExecLater(std::shared_ptr<CallbackRegistry> callbackRegistry, void (*callback)(void*), v… in doExecLater() function