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: zeromq/zmq.rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.5
Choose a base ref
...
head repository: zeromq/zmq.rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.0
Choose a head ref
  • 8 commits
  • 17 files changed
  • 4 contributors

Commits on May 31, 2024

  1. Introduce async-dispatcher runtime feature

    This allows us to use ZeroMQ with native schedulers instead of relying directly on
    Tokio or async-std's `spawn`.
    
    Co-Authored-By: Kyle <[email protected]>
    Co-Authored-By: Max <[email protected]>
    3 people committed May 31, 2024
    Configuration menu
    Copy the full SHA
    6d9ce5a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #191 from zed-industries/async-dispatcher-feature

    Introduce async-dispatcher runtime feature
    rgbkrk authored May 31, 2024
    Configuration menu
    Copy the full SHA
    3fe6357 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d85e820 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #192 from zeromq/update-readme

    update readme with status and runtime support
    rgbkrk authored May 31, 2024
    Configuration menu
    Copy the full SHA
    a0ef148 View commit details
    Browse the repository at this point in the history
  5. wrap tests in cfg(test)

    rgbkrk committed May 31, 2024
    Configuration menu
    Copy the full SHA
    d9db906 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3f74ee4 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #193 from zeromq/wrap-tests-in-cfg-test

    enable async dispatcher macros only for tests
    rgbkrk authored May 31, 2024
    Configuration menu
    Copy the full SHA
    01355be View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. 0.4.0

    rgbkrk committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    aa75913 View commit details
    Browse the repository at this point in the history
Loading