Skip to content

Allow eager scheduler to accept non-eager thunks #182

Open
@jpsamaroo

Description

@jpsamaroo

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: collect Thunk arguments before passing them to the eager scheduler, and fetch EagerThunk arguments before passing them to a lazy scheduler.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions