**Feature Description** Test the following aspects with [`synctest`](https://go.dev/blog/synctest): - [The scheduler for individual queries](https://github.com/stackql/stackql/blob/2d08cb52156904673b1c1f762e9cb314f6cf51b1/internal/stackql/primitivegraph/base_dag.go#L217). - Pretty much any other code containing a `golang.org/x/sync` object. **Example(s)** - [The scheduler for individual queries](https://github.com/stackql/stackql/blob/2d08cb52156904673b1c1f762e9cb314f6cf51b1/internal/stackql/primitivegraph/base_dag.go#L217). **Possible Approaches or Libraries to Consider** [`synctest`](https://go.dev/blog/synctest). **Additional context** Probably need to specify the mathematics of the execution graph.
Feature Description
Test the following aspects with
synctest:golang.org/x/syncobject.Example(s)
Possible Approaches or Libraries to Consider
synctest.Additional context
Probably need to specify the mathematics of the execution graph.