lean4-htt/src/include/lean
Sebastian Ullrich 6b0e7e1f46
feat: synchronous execution of task continuations (#3013)
In the new snapshot design, we have a tree of `Task`s that represents
the asynchronously processed document structure. When transforming this
tree in response to a user edit, we want to quickly run through
reusable, already computed nodes of the tree synchronously and then
spawn new tasks for the new parts. The new flag allows us to do such
mixed sync/async tree transformations uniformly. This flag exists as
e.g.
[`ExecuteSynchronously`](https://learn.microsoft.com/en-us/dotnet/api/system.threading.tasks.taskcontinuationoptions?view=net-8.0)
in other runtimes.
2024-01-25 13:54:20 +00:00
..
lean.h feat: synchronous execution of task continuations (#3013) 2024-01-25 13:54:20 +00:00
lean_gmp.h chore: missing #ifdef LEAN_USE_GMP 2021-11-29 11:35:13 -08:00