Skip to content

Type Alias: GracefulShutdownHandle

ts
type GracefulShutdownHandle = Promise<void> & object;

Defined in: glide-mq/src/graceful-shutdown.ts:7

Type Declaration

NameTypeDefined in
dispose()() => voidglide-mq/src/graceful-shutdown.ts:9
shutdown()() => Promise<void>glide-mq/src/graceful-shutdown.ts:8

Released under the Apache-2.0 License.