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
And allow lazy schedulers to accept eager thunks? Without cache-sharing between schedulers, this will be rather inefficient, but could potentially be helpful for code which already has Thunks describing a computation (such as when provided by a library).
The alternative is the status quo: collectThunk arguments before passing them to the eager scheduler, and fetchEagerThunk arguments before passing them to a lazy scheduler.