Skip to content

1.0.1 - simplify and expand examples, elevate Manual Coroutine over Custom Coroutine

Choose a tag to compare

@bxparks bxparks released this 19 Sep 03:27
· 265 commits to master since this release
20057a1
  • 1.0.1 (2020-09-18)
    • Add continuous integration using GitHub Actions.
    • Add more documentation and examples of Manual Coroutines in README.md.
      Manual Coroutines are often more useful than Custom Coroutines, which I
      have found useful only for unit testing.
    • Simplify the HelloCoroutine and HelloScheduler examples.