Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: socketry/async
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.8.2
Choose a base ref
...
head repository: socketry/async
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.9.0
Choose a head ref
  • 5 commits
  • 9 files changed
  • 1 contributor

Commits on Feb 24, 2024

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

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    2d6c5da View commit details
    Browse the repository at this point in the history
  2. Whitespace.

    ioquatix committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    13d3f47 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Introduce Scheduler#load and Async::Idler for load shedding and s…

    …aturation. (#309)
    
    Introduce Scheduler#load which is a 1-second load average. This load
    average can be used to detect overload conditions in the event loop. In
    addition, introduce Async::Idler which will schedule tasks up to a given
    maximum_load.
    ioquatix committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    7d8c770 View commit details
    Browse the repository at this point in the history
  2. Bump minor version.

    ioquatix committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    5aef5b7 View commit details
    Browse the repository at this point in the history
Loading