Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/duart38/Thread
Browse files Browse the repository at this point in the history
  • Loading branch information
duart38 committed Mar 21, 2021
2 parents 76ced7e + a395ea4 commit fff3fdf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# These are supported funding model platforms

github: [duart38]

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
4. Supports Deno unstable features
5. Allows module imports inside the worker

## example
## Example
```typescript
let thread = new Thread<number>((e: MessageEvent)=>{
console.log('Worker: Message received from main script');
Expand Down

0 comments on commit fff3fdf

Please sign in to comment.