You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`bind`| Register reaction at creation time |`void`| All called |
184
+
|`get`| Retrieve data for callback arguments | Any type | Tuple concatenation |
185
+
|`precondition`| Gate whether the task should run |`bool`| Logical AND |
186
+
|`pre_run`| Hook before callback execution |`void`| All called |
187
+
|`post_run`| Hook after callback execution |`void`| All called |
188
+
|`scope`| RAII lock held during execution | RAII type | All held |
189
189
|`priority`| Task scheduling priority |`PriorityLevel`| Maximum wins |
190
-
|`group`| Concurrency group membership | Set | Union |
191
-
|`pool`| Which thread pool to run on | Descriptor | (single value) |
190
+
|`group`| Concurrency group membership | Set | Union |
191
+
|`pool`| Which thread pool to run on | Descriptor | (single value) |
192
192
193
193
See [Extension Points Reference](../reference/extensions/extension-points.md) and [Fusion Engine](../reference/extensions/fusion-engine.md) for full details.
0 commit comments