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

Extend the API with opaque runs #208

Merged
merged 8 commits into from
Sep 23, 2024
Merged

Extend the API with opaque runs #208

merged 8 commits into from
Sep 23, 2024

Commits on Sep 22, 2024

  1. Configuration menu
    Copy the full SHA
    65899e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eff92c4 View commit details
    Browse the repository at this point in the history
  3. Fix documentation types

    NelsonVides committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    f3ee060 View commit details
    Browse the repository at this point in the history
  4. Extend the API with opaque runs

    Sometimes a library exposes a very complex API but uses a gen_server
    under the hood, and we want to pool this gen_server, but we're not
    supposed to explicitly do `gen_server:call/3` nor `gen_server:cast/2`,
    but use the API instead. To enable this, we expose the possibility to
    run a function callback with a worker once a worker has been found.
    NelsonVides committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    eab9100 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0ef6a31 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    6b352e9 View commit details
    Browse the repository at this point in the history
  2. List-foreaching some list comprehensions

    Co-authored-by: Brujo Benavides <elbrujohalcon@gmail.com>
    NelsonVides and elbrujohalcon committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    9d8b061 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66a6d15 View commit details
    Browse the repository at this point in the history