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

limited:: module types #20358

Merged
merged 6 commits into from Sep 6, 2017
Merged

limited:: module types #20358

merged 6 commits into from Sep 6, 2017

Commits on Aug 30, 2017

  1. Configuration menu
    Copy the full SHA
    e9d2486 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d81294 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2017

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

Commits on Sep 2, 2017

  1. Avoid crash in ConcurrenModuleTimer

    Fix the case where the service seg faults when it is destroyed because an exception happens during configuration time.
    Dr15Jones committed Sep 2, 2017
    Configuration menu
    Copy the full SHA
    cf7bc84 View commit details
    Browse the repository at this point in the history
  2. Full implementation of limited module type

    Added limited module type and unit tests.
    The limited module type is similar to a global module (and uses the same interface) except one specifies in its configuration how many concurrent threads are allowed to call the module.
    Dr15Jones committed Sep 2, 2017
    Configuration menu
    Copy the full SHA
    790471d View commit details
    Browse the repository at this point in the history
  3. Applied clang tidy changes

    Dr15Jones committed Sep 2, 2017
    Configuration menu
    Copy the full SHA
    18d401a View commit details
    Browse the repository at this point in the history