Crate uni_service

Crate uni_service 

Source
Expand description

Universal service crate for building cross platform OS services

Structs§

BaseService
A base service implementation that can be used to build services.

Traits§

ServiceApp
A service application.

Functions§

run_service
Executes a service. If being started by the service manager, service_mode must be true. If being started interactively, service_mode must be false.

Type Aliases§

Result
The result type for this crate. The error type is simply a boxed error trait object.