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

Local Pool (manager) with Remote Workers + Configurable Worker collection #133

Open
wants to merge 36 commits into
base: master
Choose a base branch
from

Commits on Apr 19, 2019

  1. Configuration menu
    Copy the full SHA
    0cca362 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc69076 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3dc293 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e726b0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    829c58f View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2019

  1. Configuration menu
    Copy the full SHA
    fc6b19b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2759f13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14b54ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    59de721 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2019

  1. fix dialyzer warnings; factor out supervisor and worker creation from…

    … init/3 so that state record can be initialized without the 'undefined' default
    matyasmarkovics committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    ab16e33 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2019

  1. collection: define the type-funs as a record; save this in the coll i…

    …nstance, to avoid the need for type-checking, split-out multi-line funs from macro
    matyasmarkovics committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    8c2c78f View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2020

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

Commits on Feb 17, 2020

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

Commits on Apr 2, 2020

  1. Configuration menu
    Copy the full SHA
    5eafece View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a0703b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13ef099 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2020

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

Commits on Apr 22, 2020

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

Commits on Apr 24, 2020

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

Commits on May 6, 2020

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

Commits on May 23, 2020

  1. Configuration menu
    Copy the full SHA
    9bb2976 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    008f26b View commit details
    Browse the repository at this point in the history

Commits on May 30, 2020

  1. Configuration menu
    Copy the full SHA
    5cdad3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    478abcd View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2020

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

Commits on Jun 17, 2020

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

Commits on Jun 18, 2020

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

Commits on Jul 5, 2020

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

Commits on Aug 4, 2020

  1. Configuration menu
    Copy the full SHA
    7ea1ad1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cf9df5 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2020

  1. Introduce rand strategy

    * Add ets (ordered_set) to collection types
    * Implement strategies via out/1 of collection-types
    * Use only add/2 instead of prep/2 and app/2
    * Run tests with all available strategies
    matyasmarkovics committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    6fd7101 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2020

  1. Configuration menu
    Copy the full SHA
    8a049d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36e72ca View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

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

Commits on Dec 4, 2020

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