TSContScheduleOnThread¶
Synopsis¶
#include <ts/ts.h>
-
TSAction
TSContScheduleOnThread
(TSCont contp, TSHRTime timeout, TSEventThread ethread)¶
Description¶
Mostly the same as TSContSchedule()
. Schedules contp on ethread.
Note that the TSContSchedule() family of API shall only be called from an ATS EThread. Calling it from raw non-EThreads can result in unpredictable behavior.