You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A lightweight implementation of the actor pattern designed to integrate with C#'s `async`/`await` keywords.
7
9
It is a richer version of the implementation outlined on [Winton's Tech Blog](https://tech.winton.com/blog/2017/03/a-tpl-actor-pattern).
@@ -45,7 +47,7 @@ The following platforms are supported:
45
47
46
48
## Installation
47
49
48
-
The easiest way to install this library is to add a NuGet dependency on `Winton.Extensions.Threading.Actor` to your
50
+
The easiest way to install this library is to add a NuGet dependency on [`Winton.Extensions.Threading.Actor`](https://www.nuget.org/packages/Winton.Extensions.Threading.Actor) to your
0 commit comments