Skip to content
This repository was archived by the owner on Sep 14, 2022. It is now read-only.

Roadmap

Chaabane Jalal edited this page Apr 5, 2014 · 3 revisions

0.1 :

  • Implement a worker pool class
  • 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.

  • implement import script to worker pool

Clone this wiki locally