Skip to content

Commit

Permalink
Fixed wtd-core version label and PotentiallyInfiniteExample description
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisalmen committed Jan 5, 2024
1 parent 14a778e commit f7b08d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions packages/examples/src/infinite/PotentiallyInfiniteExample.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,9 @@ type TaskDescription = {
};

/**
* TODO: Outdated description!!
* The aim of this example is to show all possible ways how to use the {@link WorkerTaskDirector}
*
* The aim of this example is to show all possible ways how to use the {@link WorkerTaskDirector}:
* - Standard Workers with dependency loading
* - Module Workers with and without additional dependencies
* - It also allows to use OBJLoader in wrapper (tmOBJLoader.js with and without modules.
*
* Via dat.gui it is possible to control various parameters of the example:
* Via the UI it is possible to control various parameters of the example:
* - The quantity of workers created for each task (1-32, default: 4)
* - The absolute overall count of task executions (10^3-10^7, default: 10^6)
* - The maximum amount of task executions per loop (=number of promises returned, 1-10000, default: 1000)
Expand Down
2 changes: 1 addition & 1 deletion packages/wtd-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/kaisalmen/wtd/blob/main/LICENSE)
[![wtd](https://github.com/kaisalmen/wtd/actions/workflows/actions.yml/badge.svg)](https://github.com/kaisalmen/wtd/actions/workflows/actions.yml)
[![Github Pages](https://img.shields.io/badge/GitHub-Pages-blue?logo=github)](https://kaisalmen.github.io/wtd)
[![wtd-core version](https://img.shields.io/npm/v/wtd-core?logo=npm&label=wtd-three-ext)](https://www.npmjs.com/package/wtd-core)
[![wtd-core version](https://img.shields.io/npm/v/wtd-core?logo=npm&label=wtd-core)](https://www.npmjs.com/package/wtd-core)

Build applications with workers with less boiler plate code.

Expand Down

0 comments on commit f7b08d7

Please sign in to comment.