You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: