LeviLamina
Loading...
Searching...
No Matches
XAsyncBlock.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
struct
XTaskQueueObject
;
8
// clang-format on
9
10
struct
XAsyncBlock
{
11
public
:
12
// member variables
13
// NOLINTBEGIN
14
::ll::TypedStorage<8, 8, ::XTaskQueueObject*> queue;
15
::ll::TypedStorage<8, 8, void*>
context
;
16
::ll::TypedStorage<8, 8, void (*)(
::XAsyncBlock
*)> callback;
17
::ll::TypedStorage<1, 32, uchar[32]> internal;
18
// NOLINTEND
19
};
XAsyncBlock
Definition
XAsyncBlock.h:10
XTaskQueueObject
Definition
XTaskQueueObject.h:5
context
Definition
context.h:5
src
mc
deps
core
threading
XAsyncBlock.h
Generated on Sat Apr 26 2025 05:55:26 for LeviLamina by
1.12.0