We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d4f947 commit 0fd146dCopy full SHA for 0fd146d
src/lib/exit_handlers/exit_handlers.ml
@@ -4,7 +4,8 @@ open Core_kernel
4
open Async_kernel
5
open Async_unix
6
7
-(* register a Deferred.t thunk to be called at Async shutdown; log registration and execution *)
+(* register a Deferred.t thunk to be called at Async shutdown; log registration
8
+ and execution *)
9
let register_async_shutdown_handler ~logger ~description
10
(f : unit -> unit Deferred.t) =
11
[%log debug] "Registering async shutdown handler: $description"
0 commit comments