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

tickerFlow implementation #1908

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from
Open

tickerFlow implementation #1908

wants to merge 5 commits into from

Commits on Apr 6, 2020

  1. Flow based Ticker implemented.

    İbrahim Yilmaz committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    2d231f6 View commit details
    Browse the repository at this point in the history
  2. ticker renamed to tickerFlow to be more specific.

    İbrahim Yilmaz committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    70410db View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. testZeroNegativePeriod renamed to testZeroPeriod

    testZeroInitialDelay added to test 0 initialDelay.
    testDoNotReceiveAfterCancel testcase fixed.
    İbrahim Yilmaz committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    7e15913 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2020

  1. Instead of using Jvm bounded Timer, current TimerChannel is used with…

    … receiveAsFlow extension function.
    İbrahim Yilmaz committed May 13, 2020
    Configuration menu
    Copy the full SHA
    e9e737d View commit details
    Browse the repository at this point in the history

Commits on May 14, 2020

  1. Documentation is updated according to current implementation.

    İbrahim Yilmaz committed May 14, 2020
    Configuration menu
    Copy the full SHA
    1c7f015 View commit details
    Browse the repository at this point in the history