LeviLamina
Loading...
Searching...
No Matches
EnableQueueForThread.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/core/threading/IAsyncResult.h"
7
8
namespace
Bedrock::Threading {
9
10
class
EnableQueueForThread
{
11
public
:
12
// member variables
13
// NOLINTBEGIN
14
::ll::UntypedStorage<8, 8>
mUnk30ed11;
15
// NOLINTEND
16
17
public
:
18
// prevent constructor by default
19
EnableQueueForThread
& operator=(
EnableQueueForThread
const
&);
20
EnableQueueForThread
(
EnableQueueForThread
const
&);
21
EnableQueueForThread
();
22
23
public
:
24
// virtual functions
25
// NOLINTBEGIN
26
// vIndex: 0
27
virtual
~EnableQueueForThread
() =
default
;
28
// NOLINTEND
29
30
public
:
31
// member functions
32
// NOLINTBEGIN
33
MCAPI ::std::shared_ptr<::Bedrock::Threading::IAsyncResult<void>> queue(::std::function<
void
()>&& callback);
34
// NOLINTEND
35
36
public
:
37
// destructor thunk
38
// NOLINTBEGIN
39
40
// NOLINTEND
41
42
public
:
43
// vftables
44
// NOLINTBEGIN
45
MCAPI
static
void
** $vftable();
46
// NOLINTEND
47
};
48
49
}
// namespace Bedrock::Threading
Bedrock::Threading::EnableQueueForThread
Definition
EnableQueueForThread.h:10
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
core
threading
EnableQueueForThread.h
Generated on Sat Apr 26 2025 05:55:26 for LeviLamina by
1.12.0