Open danielgindi opened 5 years ago
Hi!
Everything you do here, with the JS implementation or the native implementation - is always called synchronously. It's never asynchronous, and not multi-threaded, always blocking the main thread.
So the documentation is a bit misleading...
Hi!
Everything you do here, with the JS implementation or the native implementation - is always called synchronously. It's never asynchronous, and not multi-threaded, always blocking the main thread.
So the documentation is a bit misleading...