wonder.js
Version:
22 lines (18 loc) • 1.21 kB
JavaScript
;
var MutableHashMapService$WonderCommonlib = require("wonder-commonlib/lib/js/src/MutableHashMapService.js");
function create(param) {
return /* record */[
/* noWorkerInitJobList : [] */0,
/* noWorkerLoopJobList : [] */0,
/* noWorkerCustomInitJobHandleMap */MutableHashMapService$WonderCommonlib.createEmpty(/* () */0),
/* noWorkerCustomLoopJobHandleMap */MutableHashMapService$WonderCommonlib.createEmpty(/* () */0),
/* workerCustomMainInitTargetJobMap */MutableHashMapService$WonderCommonlib.createEmpty(/* () */0),
/* workerCustomMainInitSourceJobMap */MutableHashMapService$WonderCommonlib.createEmpty(/* () */0),
/* workerCustomMainInitRemovedDefaultJobMap */MutableHashMapService$WonderCommonlib.createEmpty(/* () */0),
/* workerCustomMainLoopTargetJobMap */MutableHashMapService$WonderCommonlib.createEmpty(/* () */0),
/* workerCustomMainLoopSourceJobMap */MutableHashMapService$WonderCommonlib.createEmpty(/* () */0),
/* workerCustomMainLoopRemovedDefaultJobMap */MutableHashMapService$WonderCommonlib.createEmpty(/* () */0)
];
}
exports.create = create;
/* No side effect */