NativeScript/docs

Extend Multithreading to cover java/objc specific threading

rigor789 opened this issue · 0 comments

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

https://developer.android.com/reference/android/os/Looper