// // Job Engine & Task... // jet.js // // Created by Sam Gateau, 2018/03/28 // Copyright 2018 High Fidelity, Inc. // // Distributed under the Apache License, Version 2.0. // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // "use strict"; // traverse task tree function task_traverse(root, functor, depth) { // if (root.isTask()) { depth++; for (var i = 0; i