NativeScript / NativeScript/docs
Extend Multithreading to cover java/objc specific threading
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- JavaScript
- Stars
- 17
- Forks
- 31
- Avg merge
- 8h 51m
- Merged PRs (30d)
- 2
Description
Currently the Multithreading docs cover the Workers API, however there are other ways to spawn new threads using native code:
https://developer.apple.com/documentation/dispatch/dispatchqueue
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the existing Multithreading documentation and review the linked Apple DispatchQueue and Android Looper references. Extend the documentation to cover the Java- and Objective-C-specific native ways to spawn threads, with both platform references represented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, objective-c
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100