react-native-bg-thread icon indicating copy to clipboard operation
react-native-bg-thread copied to clipboard

Not really multithreaded

Open stephenkopylov opened this issue 4 years ago • 2 comments

This package is no more than InteractionManager.runAfterInteractions - all callbacks still run on js-thread all other RN-logic runs on.

For real multithreaded RN-code you need to start new js-thread (with headless js for example) which is still not possible

So it's better to stop misleading people with name of this package

stephenkopylov avatar May 12 '20 12:05 stephenkopylov