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 coroutines await() to signals #660

Merged
merged 19 commits into from
Sep 21, 2024
Merged

Add coroutines await() to signals #660

merged 19 commits into from
Sep 21, 2024

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    590edb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c753bb View commit details
    Browse the repository at this point in the history
  3. Add basic test for Coroutine

    CedNaru committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    d8b34f0 View commit details
    Browse the repository at this point in the history
  4. Add basic signal waiter

    CedNaru committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    92aa792 View commit details
    Browse the repository at this point in the history
  5. Fix rebase

    CedNaru committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    ed24606 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dd672db View commit details
    Browse the repository at this point in the history
  7. Generate signal awaiters

    CedNaru committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    27a9e8a View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. Fix test

    CedNaru committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    f82ec23 View commit details
    Browse the repository at this point in the history
  2. Fix JNI signatures

    CedNaru committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    21283d1 View commit details
    Browse the repository at this point in the history
  3. Fix test

    CedNaru committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    55c37ad View commit details
    Browse the repository at this point in the history
  4. Add coroutine tests

    CedNaru committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    c50b837 View commit details
    Browse the repository at this point in the history
  5. Fix test again

    CedNaru committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    6317976 View commit details
    Browse the repository at this point in the history
  6. Improve test

    CedNaru committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    0012ba2 View commit details
    Browse the repository at this point in the history
  7. Add return type to await()

    CedNaru committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    f017f4e View commit details
    Browse the repository at this point in the history
  8. Update CI

    CedNaru committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    02b0833 View commit details
    Browse the repository at this point in the history
  9. Add Doc

    CedNaru committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    247e889 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

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

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    dd9170a View commit details
    Browse the repository at this point in the history
  2. Improve generation

    CedNaru committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    88c29ee View commit details
    Browse the repository at this point in the history