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

.NET 6: PeriodicTimer scheduler replacement for dedicated thread #6435

Merged
merged 21 commits into from
Aug 23, 2023

Commits on Feb 22, 2023

  1. Configuration menu
    Copy the full SHA
    88a049e View commit details
    Browse the repository at this point in the history
  2. stash

    Aaronontheweb committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    c9bafe7 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Configuration menu
    Copy the full SHA
    3bccd15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8638ce View commit details
    Browse the repository at this point in the history
  3. added post-stop code

    Aaronontheweb committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    1e0a0d3 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Configuration menu
    Copy the full SHA
    8f42df2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78db61f View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Merge branch 'dev' into threading-timer-scheduler

    # Conflicts:
    #	src/core/Akka/Actor/Scheduler/HashedWheelTimerScheduler.cs
    #	src/core/Akka/Actor/Scheduler/TimerScheduler.cs
    Arkatufus committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    c96fb56 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Fix implementation and code cleanup (#168)

    * Fix implementation and code cleanup
    
    * Fix clock drift calculation
    Arkatufus authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    692109a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90481a8 View commit details
    Browse the repository at this point in the history
  3. Fix fixed clock drift bug

    Arkatufus committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    6b0d483 View commit details
    Browse the repository at this point in the history
  4. Update API approval list

    Arkatufus committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    70b4c78 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e62f1f5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ebde31c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    abad757 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Revert thread locking

    Arkatufus committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    b27b381 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'threading-timer-scheduler' of github.com:Aaronontheweb/…

    …akka.net into threading-timer-scheduler
    Arkatufus committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    53ccf88 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    954b0f3 View commit details
    Browse the repository at this point in the history
  4. Code cleanup

    Arkatufus committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    8fab2a9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e39e251 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Add documentation comments

    Arkatufus committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    de1e104 View commit details
    Browse the repository at this point in the history