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

Support backstack read operations from a background thread #293

Merged
merged 1 commit into from Oct 31, 2023

Conversation

Kritarie
Copy link
Contributor

No description provided.

@Kritarie Kritarie requested a review from cmathew October 30, 2023 14:28
Copy link
Contributor

Choose a reason for hiding this comment

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

your goal is to use a thread-safe Deque? Does this class work for you: https://docs.oracle.com/javase%2F7%2Fdocs%2Fapi%2F%2F/java/util/concurrent/ConcurrentLinkedDeque.html

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think it would work, but we would need to bump the min sdk version to API 21. That's probably fine, right?
Screenshot 2023-10-31 at 12 21 36 PM

@Kritarie Kritarie merged commit 035316a into master Oct 31, 2023
2 checks passed
@Kritarie Kritarie deleted the thread-safe-backstack branch October 31, 2023 20:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants