https://github.com/wintoncode/winton.blogs.tplactor
Demonstration code to go with the TPL Actor blog
https://github.com/wintoncode/winton.blogs.tplactor
actor async await concurrency dotnet example tpl
Last synced: about 1 month ago
JSON representation
Demonstration code to go with the TPL Actor blog
- Host: GitHub
- URL: https://github.com/wintoncode/winton.blogs.tplactor
- Owner: wintoncode
- License: apache-2.0
- Created: 2017-03-01T15:22:33.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-10T11:30:23.000Z (about 9 years ago)
- Last Synced: 2025-04-12T20:43:06.576Z (12 months ago)
- Topics: actor, async, await, concurrency, dotnet, example, tpl
- Language: C#
- Homepage: https://tech.winton.com/blog/2017/03/a-tpl-actor-pattern
- Size: 9.77 KB
- Stars: 5
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Winton.Blogs.TPLActor
The code in this repository is written to accompany the [blog article](https://tech.winton.com/blog/2017/03/a-tpl-actor-pattern) on writing an actor pattern that
integrates with the .NET Task Parallel Library.
## Note on building ##
Version `1.0` of the [.NET Core build tools](https://docs.microsoft.com/en-us/dotnet/articles/core/tools/) is required to build the source code.
To build from Visual Studio you'll need VS 2017.