|
MT Showcase SDK
|
This implementation enables writing simple synchronous code when generating values without not stalling the main thread. More...
#include <BackendComponents.hpp>
Inherits GeneratorType.
Protected Member Functions | |
| virtual ValueType | generateNextItem ()=0 |
| This function is executed from the futures. More... | |
This implementation enables writing simple synchronous code when generating values without not stalling the main thread.
|
protectedpure virtual |
This function is executed from the futures.
It is guaranteed that the internal lock of the generator is locked while this is called.