|
inkcpp
|
A helper class to create migratable snapshots. More...
#include <InkSnapshot.h>
Static Public Member Functions | |
| static UInkMigratableSnapshotAsync * | GetMigratableSnapshot (AInkRuntime *Runtime) |
| Tries to create a migratable snapshot, on completion returns it. | |
A helper class to create migratable snapshots.
creating an instance with ::GetMigratableSnapshot() will yield each assoziated thread after the next choice until a migratable snapshot can be cerated. all threads will then be resumed.
|
static |
Tries to create a migratable snapshot, on completion returns it.
see UInkMigratableSnapshotAsync for more details.