Commits

Ankit Aggarwal committed 06bb404fc39
[Basic] Capture self weakly in thread task. Unowned results in trap in case Thread object is deinited before the task is run. Ignore the use of finishedCondition in case Thread is deinited and just run the task.