You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 14, 2022. It is now read-only.
Implement a task class and add event functionnalities to communicate between main thread and the async task with on method and emit method
Implement a worker class using web worker
Implement a simple task dispatch in worker pool
Create script to launch for web worker and enable communication between thread and main thread
0.2 :
Implement a notion of infinite task. A infinite task in a task can busy the worker. The worker will detect the infinite task and it will be a dedicated worker for this task.