ShutdownCoordinator.track

bool track(IShutdownTrackable component) @safe nothrow

Track a component for graceful shutdown.

Parameters

componentThe component to track.

Returns

true if tracking was successful, false if the pool is full.