Commit Graph

2 Commits

Author SHA1 Message Date
Martin Molinero 7d507ca310 Review: Adding WorkerThread.Join and try catch 2019-05-09 13:40:57 -03:00
Martin Molinero 4382aa1886 Add algorithm thread
- Adding `WorkerThread` class, wrapper for a worker thread that will
execute given `Actions`.
    - Algorithm related code (`Construction`, `Initialization`,
    `Execution` will be executed by the same `WorkerThread` instance,
    this is required for `Python` debugging.
2019-05-09 11:23:28 -03:00