ClosureExecutionQueue constructor
ClosureExecutionQueue()
Implementation
ClosureExecutionQueue() : this._streamController = StreamController<List<ClosureObject>>.broadcast() {
_subscription = this._streamController.stream.listen(_listener);
}