Cricket 0.0.8-alpha
See the version list below for details.
dotnet add package Cricket --version 0.0.8-alpha
NuGet\Install-Package Cricket -Version 0.0.8-alpha
<PackageReference Include="Cricket" Version="0.0.8-alpha" />
paket add Cricket --version 0.0.8-alpha
#r "nuget: Cricket, 0.0.8-alpha"
// Install Cricket as a Cake Addin #addin nuget:?package=Cricket&version=0.0.8-alpha&prerelease // Install Cricket as a Cake Tool #tool nuget:?package=Cricket&version=0.0.8-alpha&prerelease
An actor framework for F#
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- FsPickler (>= 0.9.9)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.0.9-alpha | 2,103 | 11/12/2014 |
0.0.8-alpha | 1,224 | 11/3/2014 |
Added metrics and metric reporting capabilities
Added message tracing support.
Removed actor System abstraction
DefaultMailbox is now capped by default at 1000000 items. This is configurable
Re-arranged solution so it is a far more logical order
Added supervisors.
Added simple routing primitive - more to come, shortestQueue etc.
Fixed UDP malformed packet and multicast constrianed to single router hop problem (#28)
Ignored failing tests on build server for now. They pass consistently when run locally.