Skip to content

Ability to run a part of js on another thread #288

@hosseinmd

Description

@hosseinmd

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    🗣 DiscussionThis label identifies an ongoing discussion on a subject

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions