Skip to content

Commit

Permalink
Merge pull request #25 from aspiers/export-ThreadManager
Browse files Browse the repository at this point in the history
export ThreadManager to allow auto-generation of TypeScript types
  • Loading branch information
OBrezhniev authored Apr 9, 2024
2 parents 741dd4b + 8562b75 commit 1cb2027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/threadman.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export default async function buildThreadManager(wasm, singleThread) {

}

class ThreadManager {
export class ThreadManager {
constructor() {
this.actionQueue = [];
this.oldPFree = 0;
Expand Down

0 comments on commit 1cb2027

Please sign in to comment.