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

Native async implementation of ExecuteAsync and InvokeAsync #731

Open
wants to merge 39 commits into
base: main
Choose a base branch
from

Commits on May 6, 2020

  1. ExecuteAsync initial commit

    Ellested committed May 6, 2020
    Configuration menu
    Copy the full SHA
    1218f89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8f9bfa View commit details
    Browse the repository at this point in the history

Commits on May 8, 2020

  1. Cleanup

    Ellested committed May 8, 2020
    Configuration menu
    Copy the full SHA
    1638a88 View commit details
    Browse the repository at this point in the history
  2. Merged ellested

    Ellested committed May 8, 2020
    Configuration menu
    Copy the full SHA
    ac53bd3 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2020

  1. Configuration menu
    Copy the full SHA
    03732ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8051a87 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. Merge pull request #1 from Ellested/Async

    Async
    russlank committed May 15, 2020
    Configuration menu
    Copy the full SHA
    f8b8239 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2020

  1. Fixed a typo

    Russlan Kafri committed May 23, 2020
    Configuration menu
    Copy the full SHA
    c7de3a5 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2020

  1. Fix spotted by Russlan

    Ellested committed May 24, 2020
    Configuration menu
    Copy the full SHA
    bbe2dea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a17178 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a59c4de View commit details
    Browse the repository at this point in the history
  4. Merge pull request sebastienros#2 from Ellested/Async

    Merge recent changes
    russlank committed May 24, 2020
    Configuration menu
    Copy the full SHA
    5d1efec View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/contributions/async' into mycont…

    …ributions/async
    Russlan Kafri committed May 24, 2020
    Configuration menu
    Copy the full SHA
    898b094 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2020

  1. Added more tests for async execution

    Russlan Kafri committed May 25, 2020
    Configuration menu
    Copy the full SHA
    a89c43d View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

  1. Configuration menu
    Copy the full SHA
    aa5c14a View commit details
    Browse the repository at this point in the history
  2. Merged upstream dev

    Ellested committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    68c741e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d23e63 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    962caf7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    18ec7c6 View commit details
    Browse the repository at this point in the history
  6. Merge with recent Ellested's changes and fixes ing merges with upstre…

    …am dev branch.
    Russlan Kafri committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    f3fb68f View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

  1. Configuration menu
    Copy the full SHA
    04badae View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2020

  1. Merge pull request sebastienros#7 from Ellested/Async

    Fixed this.property assignment of async result
    russlank committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    0531689 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa0667a View commit details
    Browse the repository at this point in the history
  3. Bugfix for the case when async invocation is on left side of assignme…

    …nt statement; with its test code.
    Russlan Kafri committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    dddfb9f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from russlank/mycontributions/async

    Mycontributions/async
    russlank committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    c24a85b View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2020

  1. Fixing reentrancy problem on the execution context, when an async CLR…

    … method invoke the Engine again. Multi threading would still require a lock on the engine, but it should otherwise work.
    Ellested committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    d465009 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    120ac91 View commit details
    Browse the repository at this point in the history
  3. Merged origin/dev

    Ellested committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    67c800a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    14ec401 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1c21786 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2020

  1. Configuration menu
    Copy the full SHA
    ce56f65 View commit details
    Browse the repository at this point in the history
  2. Merged from dev

    Ellested committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    02c915a View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2021

  1. Configuration menu
    Copy the full SHA
    8fbbc00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    871808f View commit details
    Browse the repository at this point in the history
  3. Moved Async implementation to .Async files and added DynamicFileNesti…

    …ng to the solution, to keep the async files aside.
    Ellested committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    4101101 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. Merged with latest dev

    Ellested committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    2d5d340 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e918a78 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. Configuration menu
    Copy the full SHA
    3943e01 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2021

  1. Configuration menu
    Copy the full SHA
    55076d2 View commit details
    Browse the repository at this point in the history