react-native-windows-samples icon indicating copy to clipboard operation
react-native-windows-samples copied to clipboard

Add guidance for threading model in native modules

Open harinikmsft opened this issue 5 years ago • 2 comments

Request from Office/Calendar team: We need the ability to specify which thread a native module should run on. I believe this is possible, or will be soon, but we need some migration document to help us here. Background: We need some of our native modules to run on specific threads. In one case, this needs to be the UI thread, but in other cases, we need to run on a specific dedicated background thread.

harinikmsft avatar May 14 '20 22:05 harinikmsft

For reference, the legacy docs had guidance like this - Threading Model

harinikmsft avatar May 14 '20 22:05 harinikmsft

Should document what we currently have, knowing that with turbo modules there will be changes here.

chrisglein avatar May 18 '20 18:05 chrisglein