Thread constructor

Thread()

Implementation

Thread() {
  callstack = <Element>[];
}