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

Add optional handle_enqueue/2 and handle_dequeue/2 callbacks #7

Merged
merged 13 commits into from
Apr 28, 2020

Commits on Apr 26, 2020

  1. Configuration menu
    Copy the full SHA
    3326d11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f99ad4 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

  1. Update lib/nimble_pool.ex

    Co-Authored-By: José Valim <[email protected]>
    sneako and josevalim authored Apr 27, 2020
    Configuration menu
    Copy the full SHA
    ce7313d View commit details
    Browse the repository at this point in the history
  2. Update lib/nimble_pool.ex

    Co-Authored-By: José Valim <[email protected]>
    sneako and josevalim authored Apr 27, 2020
    Configuration menu
    Copy the full SHA
    a443b87 View commit details
    Browse the repository at this point in the history
  3. WIP: allow handle_enqueue/2 and handle_dequeue/2 to skip the request …

    …and remove deadline code
    sneako committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    7ac516f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a0cf7d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    898850b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4cb13af View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

  1. put back deadline, add exception to handle_enqueue/dequeue callback r…

    …eturn types on :skip
    sneako committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    a90cc3c View commit details
    Browse the repository at this point in the history
  2. fix up docs a bit more

    sneako committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    3c9bd16 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9efc041 View commit details
    Browse the repository at this point in the history
  4. Update nimble_pool.ex

    josevalim authored Apr 28, 2020
    Configuration menu
    Copy the full SHA
    4c6cc46 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ef94fc4 View commit details
    Browse the repository at this point in the history