Cricket 0.0.8-alpha
This is a prerelease version of Cricket.
There is a newer prerelease version of this package available.
See the version list below for details.
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
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Cricket" Version="0.0.8-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Cricket --version 0.0.8-alpha
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Cricket, 0.0.8-alpha"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
An actor framework for F#
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
- FsPickler (>= 0.9.9)
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.0.9-alpha | 446 | 11/12/2014 |
0.0.8-alpha | 296 | 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.