AsyncModules provide a simple way to built active objects (objects with a dedicated background thread for asynchronous execution of tasks).
bbv.Common.AsyncModule is a part of bbv.Common, a library of .NET components and functionality including:
* (a)synchronous notification component...
More information
Provides
* User Interface Thread Synchronizer (no Invoke calls needed anymore).
bbv.Common.Threading is a part of bbv.Common, a library of .NET components and functionality including:
* (a)synchronous notification component with thread switching using publisher-subscriber pattern,
*...
More information
The wait-free queue is a high-performance thread-safe queue that does not require synchronised access.
It is ideal for real-time applications such as graphical simulations and games.
An easy to use, simple yet feature-rich open-source framework for writing middlewares in the form of a low resource footnote Windows services, Linux Daemons or as micro-service.
Takes care of multi-threaded service granular scheduling, shutdowns, restarts, error recovery.
Dependency injection extension for Com.H.Threading.Scheduler API to facilitate easier usage for applications that utilize IHostBuilder services DI pipeline