itinance / itinance/react-native-sha256
Feature request: Optionally off the main UI thread.
Open
- Dominant language
- Objective-C
- Stars
- 106
- Forks
- 55
- PR merge metrics
- No merged PRs in 30d
Description
Currently executing the code will block the main UI thread. It would be great to avoid doing that by spawning a thread. For ios should be as simple as dropping in a line like this
```
dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_HIGH, 0), ^(void){
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.