async-service 0.15.1 → 0.17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,17 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- # Released under the MIT License.
4
- # Copyright, 2025, by Samuel Williams.
5
-
6
- require_relative "managed/environment"
7
- require_relative "managed/service"
8
-
9
- module Async
10
- module Service
11
- # Managed services provide robust lifecycle management including health checking, restart policies, and process title formatting.
12
- #
13
- # This module contains components for building managed services that can run multiple instances with automatic restart and health monitoring.
14
- module Managed
15
- end
16
- end
17
- end