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

Task coroutine #44

Merged
merged 50 commits into from
Mar 1, 2024
Merged

Task coroutine #44

merged 50 commits into from
Mar 1, 2024

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    31f5a88 View commit details
    Browse the repository at this point in the history
  2. cmake: add utils

    xlauko committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    321d70c View commit details
    Browse the repository at this point in the history
  3. core: add core library

    xlauko committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    b3f7cba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bfb9ed0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dd30474 View commit details
    Browse the repository at this point in the history
  6. coro: setup library

    xlauko committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    7d376e7 View commit details
    Browse the repository at this point in the history
  7. cmake: integrate coro library

    xlauko committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    36ced88 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c88a48f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6ec1fed View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d26f8b9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c895b8b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7b0024b View commit details
    Browse the repository at this point in the history
  13. coro: add awaitable traits

    xlauko committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    9c68e72 View commit details
    Browse the repository at this point in the history
  14. coro: add manual reset event

    xlauko committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    4b52110 View commit details
    Browse the repository at this point in the history
  15. coro: add sync_wait_task

    xlauko committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    afa4e1c View commit details
    Browse the repository at this point in the history
  16. coro: add sync_wait for tasks

    xlauko committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    88ac2f7 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4521122 View commit details
    Browse the repository at this point in the history
  18. coro: simplify sync_await

    xlauko committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    447d423 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    94fb712 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e83e2af View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    b6e23ae View commit details
    Browse the repository at this point in the history
  22. coro: unify sync wait

    xlauko committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    2c7b599 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    10b3a39 View commit details
    Browse the repository at this point in the history
  24. coro: add make_task

    xlauko committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    05088d7 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    f16f6f0 View commit details
    Browse the repository at this point in the history
  26. test: add task tests

    xlauko committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    5147496 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    7728a25 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    a2532d7 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    53a645a View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    2747cb8 View commit details
    Browse the repository at this point in the history
  31. test: remove unsused arg

    xlauko committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    a3febae View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    71943f9 View commit details
    Browse the repository at this point in the history
  33. gh: bump checkout action

    xlauko committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    259e742 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    af2439c View commit details
    Browse the repository at this point in the history
  35. coro: fix variable shadowing

    xlauko committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    d3850c7 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    4dbb0b2 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    85cb9a5 View commit details
    Browse the repository at this point in the history
  38. test: fix type deductions

    xlauko committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    b3d7a2e View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    5bd95d1 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    2a4bade View commit details
    Browse the repository at this point in the history
  41. coro: add copyright notice

    xlauko committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    ee49477 View commit details
    Browse the repository at this point in the history
  42. coro: add shared task

    xlauko committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    cbb705c View commit details
    Browse the repository at this point in the history
  43. coro: fix when all references

    xlauko committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    d524ef3 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    eaba798 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    687fc6a View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    5d92baf View commit details
    Browse the repository at this point in the history
  47. core: add on_scope_exit

    xlauko committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    8b71500 View commit details
    Browse the repository at this point in the history
  48. test: extract counted class

    xlauko committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    bb3affa View commit details
    Browse the repository at this point in the history
  49. test: add shared_task tests

    xlauko committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    05d4db6 View commit details
    Browse the repository at this point in the history
  50. test: add sync_wait tests

    xlauko committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    8490997 View commit details
    Browse the repository at this point in the history