|
Foundation
|
#include <JobSystem.hpp>
Public Member Functions | |
| LambdaJobCallable (Fn &&function) | |
| void | Execute (JobContext &context) override |
Public Member Functions inherited from Foundation::Core::JobCallable | |
| virtual | ~JobCallable ()=default |
Private Attributes | |
| Fn | mFunction |
|
inlineexplicit |
|
inlineoverridevirtual |
Implements Foundation::Core::JobCallable.
|
private |