MCPcopy Create free account
hub / github.com/KTStephano/StratusGFX / ScheduleTask

Function ScheduleTask

Source/Engine/StratusTaskSystem.h:134–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132 }
133
134 public:
135 template<typename E>
136 Async<E> ScheduleTask(const std::function<std::shared_ptr<E> (void)>& process) {
137 return ScheduleTask_<E>(process);
138 }
139
140 template<typename E>
141 Async<E> ScheduleTask(const std::function<E * (void)>& process) {

Callers

nothing calls this directly

Calls 1

ScheduleVoidTask_Function · 0.85

Tested by

no test coverage detected