Skip to content

coro::queue::try_pop()#342

Merged
jbaldwin merged 1 commit intomainfrom
issue-339/queue-try-pop
Jun 10, 2025
Merged

coro::queue::try_pop()#342
jbaldwin merged 1 commit intomainfrom
issue-339/queue-try-pop

Conversation

@jbaldwin
Copy link
Owner

@jbaldwin jbaldwin commented Jun 9, 2025

Adds a new try_pop() function that doesn't block, it tries to acquire the mutex and if successful will return the head element if available.

Closes #339

Adds a new try_pop() function that doesn't block, it tries to acquire
the mutex and if successful will return the head element if available.

Closes #339
@jbaldwin jbaldwin self-assigned this Jun 9, 2025
@jbaldwin jbaldwin merged commit cacfe99 into main Jun 10, 2025
41 checks passed
@jbaldwin jbaldwin deleted the issue-339/queue-try-pop branch June 10, 2025 03:21
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.

Using coro for async asset loading

1 participant