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

Sample for new memory model and concurrent collections #83

Open
kpgalligan opened this issue Jul 23, 2022 · 1 comment
Open

Sample for new memory model and concurrent collections #83

kpgalligan opened this issue Jul 23, 2022 · 1 comment

Comments

@kpgalligan
Copy link
Contributor

kpgalligan commented Jul 23, 2022

Using the nmm PR #82

Create a test application that creates concurrent collections (ConcurrentMutableList, etc) and access them from multiple threads. Should be in a sample dir in the repo. Should be built as part of the CI tests. For demonstrating accessing it from multiple threads, you can probably create on the main thread, spawn a coroutine with a new thread Dispatcher, confirm access the collection from there.

@samhill303
Copy link
Contributor

@kpgalligan to add some definition

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

No branches or pull requests

2 participants