MQLight 1.0.0
dotnet add package MQLight --version 1.0.0
NuGet\Install-Package MQLight -Version 1.0.0
<PackageReference Include="MQLight" Version="1.0.0" />
paket add MQLight --version 1.0.0
#r "nuget: MQLight, 1.0.0"
// Install MQLight as a Cake Addin #addin nuget:?package=MQLight&version=1.0.0 // Install MQLight as a Cake Tool #tool nuget:?package=MQLight&version=1.0.0
Unobtrusive games oriented Message Queue. MQLight was designed for use in games (specifically XNA / monogame), but is thread safe and has been used in business applications. NOTE: Please make sure to call the Update method at the top of your game's update loop. Business applications can simply call the Update() method in a thread as fast as required.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on MQLight:
Package | Downloads |
---|---|
Achieve
Use Achieve as a simple, unobtrusive way to insert an achievement system into your game. Achieve depends on MQLight for messaging. Both projects were specifically designed for games. |
GitHub repositories
This package is not used by any popular GitHub repositories.
This release supports standard Enqueue/Dequeue operations, as well as subscription based message flow. NOTE: Please ensure that the Update() method is called once at the top of your game's Update method.