NativeScript / docs

The NativeScript Docs!
https://docs.nativescript.org/
13 stars 25 forks source link

Extend Multithreading to cover java/objc specific threading #4

Open rigor789 opened 1 year ago

rigor789 commented 1 year ago

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