Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add delegate support for task submission #2

Merged
merged 2 commits into from
Oct 1, 2023
Merged

Commits on Oct 1, 2023

  1. Executor

    - Added support for delegates
    - We now secretly convert everything to a delegate
    deavmi committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    b8b18f1 View commit details
    Browse the repository at this point in the history
  2. Executor

    - Only do conversion to a delegate if it is a function, otherwise assign directly (with no conversion)
    deavmi committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    5e9a005 View commit details
    Browse the repository at this point in the history