-
Notifications
You must be signed in to change notification settings - Fork 142
Open
Labels
🗣 DiscussionThis label identifies an ongoing discussion on a subjectThis label identifies an ongoing discussion on a subject
Description
Introduction
In Native, threads are used to help boost your app’s performance. React Native doesn't have anything like that, but Reanimated v2 did. It has worklet.
Worklet is a function that runs on another thread
For Example:
function aFunctionRunsOnAnotherThread(){
'worklet'
// other code
}Details
This is not about background jobs or some workers for React Native. We need something else like worklet.
Discussion points
hsavit1, iagormoraes and arthedza
Metadata
Metadata
Assignees
Labels
🗣 DiscussionThis label identifies an ongoing discussion on a subjectThis label identifies an ongoing discussion on a subject