LeviLamina
Loading...
Searching...
No Matches
ITaskExecutionContext.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
class
ITaskExecutionContext
{
6
public
:
7
// virtual functions
8
// NOLINTBEGIN
9
// vIndex: 0
10
virtual
~ITaskExecutionContext
() =
default
;
11
12
// vIndex: 1
13
virtual
bool
isAsync()
const
= 0;
14
15
// vIndex: 2
16
virtual
bool
canTaskRunAgain()
const
= 0;
17
// NOLINTEND
18
19
public
:
20
// destructor thunk
21
// NOLINTBEGIN
22
23
// NOLINTEND
24
25
public
:
26
// virtual function thunks
27
// NOLINTBEGIN
28
29
// NOLINTEND
30
};
ITaskExecutionContext
Definition
ITaskExecutionContext.h:5
src
mc
deps
core
threading
ITaskExecutionContext.h
Generated on Sat Apr 26 2025 05:55:26 for LeviLamina by
1.12.0