Skip to content

src: implement AsyncTSQueue#279

Closed
santigimeno wants to merge 2 commits intonode-v22.x-nsolid-v5.xfrom
santi/async_ts_queue_final
Closed

src: implement AsyncTSQueue#279
santigimeno wants to merge 2 commits intonode-v22.x-nsolid-v5.xfrom
santi/async_ts_queue_final

Conversation

@santigimeno
Copy link
Copy Markdown
Member

Helper class that wraps a TSQueue and a uv_async_t handle which it's a
common pattern used throughout the code to send data into a thread loop.
agents: use AsyncTSQueue for blocked_loop events
    
As a first example on how to use AsyncTSQueue.

@santigimeno santigimeno self-assigned this Mar 14, 2025
Copy link
Copy Markdown
Member

@RafaelGSS RafaelGSS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RSLGTM

@santigimeno santigimeno deleted the branch node-v22.x-nsolid-v5.x March 20, 2025 10:17
@santigimeno santigimeno reopened this Mar 20, 2025
@santigimeno santigimeno changed the base branch from santi/fix_debug_test to node-v22.x-nsolid-v5.x March 20, 2025 10:46
Helper class that wraps a TSQueue and a uv_async_t handle which it's a
common pattern used throughout the code to send data into a thread loop.
As a first example on how to use AsyncTSQueue.
@santigimeno santigimeno force-pushed the santi/async_ts_queue_final branch from aa88d7a to 7e16c16 Compare March 20, 2025 10:47
santigimeno added a commit that referenced this pull request Mar 20, 2025
Helper class that wraps a TSQueue and a uv_async_t handle which it's a
common pattern used throughout the code to send data into a thread loop.

PR-URL: #279
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
santigimeno added a commit that referenced this pull request Mar 20, 2025
As a first example on how to use AsyncTSQueue.

PR-URL: #279
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
@santigimeno
Copy link
Copy Markdown
Member Author

Landed in 4dbec36...78fb07e

@santigimeno santigimeno deleted the santi/async_ts_queue_final branch March 20, 2025 10:49
santigimeno added a commit that referenced this pull request May 1, 2025
Helper class that wraps a TSQueue and a uv_async_t handle which it's a
common pattern used throughout the code to send data into a thread loop.

PR-URL: #279
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
santigimeno added a commit that referenced this pull request May 1, 2025
As a first example on how to use AsyncTSQueue.

PR-URL: #279
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
santigimeno added a commit that referenced this pull request May 2, 2025
Helper class that wraps a TSQueue and a uv_async_t handle which it's a
common pattern used throughout the code to send data into a thread loop.

PR-URL: #279
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
santigimeno added a commit that referenced this pull request May 2, 2025
As a first example on how to use AsyncTSQueue.

PR-URL: #279
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
santigimeno added a commit that referenced this pull request May 7, 2025
Helper class that wraps a TSQueue and a uv_async_t handle which it's a
common pattern used throughout the code to send data into a thread loop.

PR-URL: #279
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
santigimeno added a commit that referenced this pull request May 7, 2025
As a first example on how to use AsyncTSQueue.

PR-URL: #279
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants