https://github.com/nativescript/demo-workers
https://github.com/nativescript/demo-workers
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/nativescript/demo-workers
- Owner: NativeScript
- Created: 2016-09-30T06:31:58.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-01-29T11:54:49.000Z (almost 7 years ago)
- Last Synced: 2024-10-29T15:51:54.891Z (about 1 year ago)
- Language: JavaScript
- Size: 1.93 MB
- Stars: 12
- Watchers: 26
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Workers Sample App
Sample app demonstrating the Workers API in NativeScript. Press the Animate button to start a never ending animation. Press the Process button to trigger the creation of a new worker that performs relatively heavy image processing operation on a background thread. After the operation finishes its execution the original image on the screen is replaced by the black and white version of the image produced by the worker thread. Meanwhile the animation happening on the main thread should not be affected by the background image processing.