Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
link to native dotnet multhreading effort
  • Loading branch information
Tewr authored Apr 27, 2022
1 parent 3453903 commit 517544f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ To people coming from the .NET world, an analogy for what this library does is c
The library comes in two flavours, one built on top of the other:
- BlazorWorker.BackgroundService: A high-level API that hides the complexity of messaging
- BlazorWorker.Core: A low-level API to communicate with a new .NET process in a web worker
-
### Native framework multithreading
Multi-threading enthusiasts should closely monitor [this tracking issue](https://github.com/dotnet/runtime/issues/68162) in the dotnet runtime repo, which promises experimental threading support in .net 7 (projected for november 2022)


## Installation
Nuget package:
Expand Down

0 comments on commit 517544f

Please sign in to comment.