blob: 0bec13ee9a6b0e621688b68beae58c698a3c41ea (
plain) (
tree)
|
|
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
|