006ab204fa
This is an experiment for tvix-eval. Change-Id: Ic752b5b125cefefeb1343e38a70beb364478e6eb Reviewed-on: https://cl.tvl.fyi/c/depot/+/8131 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
11 lines
385 B
Markdown
11 lines
385 B
Markdown
generator-example
|
|
=================
|
|
|
|
This is an experiment with the [`genawaiter`][] crate, to see if it
|
|
could be suitable for dealing with the execution flattening problem in
|
|
Tvix.
|
|
|
|
It constructs a dummy example that is similar to some of the problems
|
|
we have in Tvix that require generator-like thunk forcing.
|
|
|
|
[`genawaiter`]: https://docs.rs/genawaiter/latest/genawaiter/index.html
|