基于TPL DataFlow 实现的Actor模型,没有三方依赖,可用于任何应用. 
                        
                    
         
                Info
| Version: | 1.1.0 | 
| Author(s): | fzf003 | 
| Last Update: | Tuesday, March 9, 2021 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/fzf003/TinyService/ | 
| NuGet Url: | https://www.nuget.org/packages/TinyService | 
Install
Install-Package TinyService
                        dotnet add package TinyService
                        paket add TinyService
                        
                                TinyService Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- Microsoft.CSharp(>= 4.7.0)
- Microsoft.Extensions.DependencyInjection(>= 3.1.2)
- Newtonsoft.Json(>= 12.0.3)
- System.Threading.Tasks.Dataflow(>= 4.11.0)
- log4net(>= 2.0.8)
