#include "FunctionThread.h"
#include "DS_List.h"
Go to the source code of this file.
Classes | |
class | InlineFunctor |
A base class to derive functors from for the InlineFunctorProcessor system. More... | |
class | InlineFunctorProcessor |
A base class that will allow you to call YieldOnFunctor() from within a function, and continue with that function when the asynchronous processing has completed. More... |