workerpool.min.js.LICENSE.txt 815 B

123456789101112131415161718192021222324
  1. /**
  2. * workerpool.js
  3. * https://github.com/josdejong/workerpool
  4. *
  5. * Offload tasks to a pool of workers on node.js and in the browser.
  6. *
  7. * @version @@version
  8. * @date @@date
  9. *
  10. * @license
  11. * Copyright (C) 2014-2022 Jos de Jong <wjosdejong@gmail.com>
  12. *
  13. * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  14. * use this file except in compliance with the License. You may obtain a copy
  15. * of the License at
  16. *
  17. * http://www.apache.org/licenses/LICENSE-2.0
  18. *
  19. * Unless required by applicable law or agreed to in writing, software
  20. * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
  21. * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
  22. * License for the specific language governing permissions and limitations under
  23. * the License.
  24. */