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

Async Function Handler for Controllers #1489

Open
wants to merge 84 commits into
base: master
Choose a base branch
from

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    e8130a4 View commit details
    Browse the repository at this point in the history
  2. removed extra notify one

    saikishor committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    062a445 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd270ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    703f91f View commit details
    Browse the repository at this point in the history
  5. add precommit changes

    saikishor committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    c09339f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1f58a2d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c2f7192 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4255cc3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9f7c0b4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    faba7cd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4ffa885 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f575440 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4348019 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a2469ca View commit details
    Browse the repository at this point in the history
  15. use atomic_bool

    saikishor committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    ffaad19 View commit details
    Browse the repository at this point in the history
  16. minor change in the logic

    saikishor committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    b7586a2 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0772c49 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    bf2a2d3 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    89e6a7b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    2e0a0d2 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    bfae6a1 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    c2adc42 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    5ca2e5d View commit details
    Browse the repository at this point in the history
  24. Add some utility methods

    saikishor committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    c5a00e6 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    b83157d View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    225c96f View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    1f3377c View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    fd8be6d View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    794a8c0 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    619f46d View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    98aa3b0 View commit details
    Browse the repository at this point in the history
  32. Add missing includes

    saikishor committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    7f9e47f View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    b5ad675 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    3cd856f View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    f88fe20 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    eb7da6b View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    b61b8cd View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    3fe3d31 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    1fb5955 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    6952577 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    b3975db View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    47d5928 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    d86be02 View commit details
    Browse the repository at this point in the history
  44. simplify the is_initialized method check

    Co-authored-by: Jordan Palacios <[email protected]>
    saikishor and jordan-palacios committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    76e3f30 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    f1634bc View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    c094f81 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    88ceb3c View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    cecb00b View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    f61e382 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    c070ed6 View commit details
    Browse the repository at this point in the history
  51. update the docs

    saikishor committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    fff989e View commit details
    Browse the repository at this point in the history
  52. rename the method wait_for_update_to_finish to wait_for_trigger_cycle…

    …_to_finish for better meaning
    saikishor committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    71f7ad9 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    fa6a88c View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    91aab1f View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    6ad0c1b View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    d2c6692 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    c4b9f82 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    48b2c2f View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    a62da78 View commit details
    Browse the repository at this point in the history
  60. Fix the doc of stop_async_update_cycle

    Co-authored-by: Jordan Palacios <[email protected]>
    saikishor and jordan-palacios committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    f8a93ff View commit details
    Browse the repository at this point in the history
  61. add minor information

    saikishor committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    5d4b4e2 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    20bc5d1 View commit details
    Browse the repository at this point in the history
  63. check if lock is owned or not before in the condition

    Co-authored-by: atzaros <[email protected]>
    saikishor and atzaros committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    600da5c View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    7f2aa64 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    679fbf9 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    d1ac8df View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    4e3dbb1 View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    30be210 View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    e54e613 View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    47f6b02 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    8525725 View commit details
    Browse the repository at this point in the history
  72. simplify the logic inside the thread

    Co-authored-by: atzaros <[email protected]>
    saikishor and atzaros committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    4eb74cc View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    a131029 View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    b4b2afa View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    ee64bc7 View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    469682a View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    f3b5d43 View commit details
    Browse the repository at this point in the history
  78. add new API naming changes

    saikishor committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    408780c View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    8f10adc View commit details
    Browse the repository at this point in the history
  80. Configuration menu
    Copy the full SHA
    a40b005 View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    aa9a81e View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    023a204 View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    3bd19bf View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    ebb69c5 View commit details
    Browse the repository at this point in the history