More restructuring
parent: tbd commit: 10b7b7c
1 | |
2 | |
3 | state: &mut State, |
4 | object: &O, |
5 | operation: &D, |
6 | ; |
7 | |
8 | |
9 | ; |
10 | |
11 | |
12 | |
13 | todo! |
14 | |
15 | |
16 | |
17 | use *; |
18 | use FfiValueUntyped; |
19 | use ObjectABI; |
20 | use VTable; |
21 | use OperationError; |
22 | |
23 | |
24 | |
25 | inner: StateHandle, |
26 | |
27 | |
28 | |
29 | |
30 | state: , |
31 | |
32 | |
33 | |
34 | |
35 | /// The pointer to the next item. |
36 | /// |
37 | /// `next_item` is most likely always an `FfiValue<StateItem<()>>` and that's how we free them. |
38 | next_item: *const , |
39 | pub state_uuid: u128, |
40 | pub state: T, |
41 | |
42 | |
43 | |
44 | |
45 | let state_manager = unsafe ; |
46 | |
47 | for state in state_manager |
48 | |
49 | |
50 | |
51 | |
52 | state: &'s mut State, |
53 | last: , |
54 | |
55 | |
56 | |
57 | pub unsafe |
58 | todo! |
59 | |
60 | |
61 | pub unsafe |
62 | todo! |
63 | |
64 | |
65 | pub unsafe |
66 | todo! |
67 | |
68 | |
69 | |
70 | |
71 | type Item = ; |
72 | |
73 | |
74 | todo! |
75 | |
76 | |
77 | |
78 | |
79 | ; |
80 | |
81 | |
82 | None |
83 | |
84 | |
85 | |
86 | /// State values for the current execution domain. 99.99% of the time this means "plugin-specific" |
87 | /// |
88 | /// The remainder 0.01% of the time it refers to the daemon's runtime domain. |
89 | >); |
90 | |
91 | |
92 | |
93 | todo! |
94 | |
95 | |
96 | |
97 | ; |
98 | |
99 | |
100 | |
101 | todo! |
102 | |
103 | |
104 | |
105 | |
106 | |
107 | todo! |
108 | |
109 | |
110 | |
111 | |
112 | pub queue_insert_state: unsafe extern "C" fn , |
113 | |
114 | |
115 | |
116 | type VTable = Runtime; |
117 | |
118 | |
119 | |
120 | ; |
121 | |
122 | |
123 | |
124 | |
125 | todo! |
126 | |
127 | |
128 | |
129 | |
130 | |
131 | todo! |
132 | |
133 | |
134 |