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

Make client able to use non-Send executor #3184

Merged
merged 28 commits into from
Jun 29, 2023

Commits on Mar 9, 2023

  1. create example

    Ruben2424 committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    d88ec30 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2023

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

Commits on Jun 6, 2023

  1. Configuration menu
    Copy the full SHA
    55753a9 View commit details
    Browse the repository at this point in the history
  2. remove bound

    Ruben2424 committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    ad57f1c View commit details
    Browse the repository at this point in the history
  3. fmt

    Ruben2424 committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    4132aa6 View commit details
    Browse the repository at this point in the history
  4. use right future

    Ruben2424 committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    4138669 View commit details
    Browse the repository at this point in the history
  5. fix features ci

    Ruben2424 committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    ce4619e View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. fix ffi

    Ruben2424 committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    4ac835a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27eb1e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed95666 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    beb3ee4 View commit details
    Browse the repository at this point in the history
  5. remove from cargo toml

    Ruben2424 committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    c4a51b3 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. use pin_project_lite

    Ruben2424 committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    7cbfc72 View commit details
    Browse the repository at this point in the history
  2. deny warnings

    Ruben2424 committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    d3821a9 View commit details
    Browse the repository at this point in the history
  3. error bounds

    Ruben2424 committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    2394949 View commit details
    Browse the repository at this point in the history
  4. fix test

    Ruben2424 committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    8e0f907 View commit details
    Browse the repository at this point in the history
  5. sealed ExecutorClient

    Ruben2424 committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    6d44c29 View commit details
    Browse the repository at this point in the history
  6. better error message

    Ruben2424 committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    c7d59fe View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0269396 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. improve example

    Ruben2424 committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    3a78a57 View commit details
    Browse the repository at this point in the history
  2. fmt

    Ruben2424 committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    be5c654 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Configuration menu
    Copy the full SHA
    b39d5d4 View commit details
    Browse the repository at this point in the history
  2. fix merge fail

    Ruben2424 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    15be46f View commit details
    Browse the repository at this point in the history
  3. fix error bounds

    Ruben2424 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    8391604 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

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

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    3dd0579 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98b0599 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25ff95c View commit details
    Browse the repository at this point in the history