Tezt_mavryk.Vdf
val create :
protocol:Protocol.t ->
?name:string ->
?color:Tezt_wrapper.Log.Color.t ->
?event_pipe:string ->
?runner:Tezt_wrapper.Runner.t ->
Node.t ->
t
val terminate : ?timeout:float -> t -> unit Lwt.t
Send SIGTERM and wait for the process to terminate.
Default timeout
is 30 seconds, after which SIGKILL is sent.
val kill : t -> unit Lwt.t
Send SIGKILL and wait for the process to terminate.
val run : t -> unit Lwt.t
val init :
protocol:Protocol.t ->
?name:string ->
?color:Tezt_wrapper.Log.Color.t ->
?event_pipe:string ->
?runner:Tezt_wrapper.Runner.t ->
Node.t ->
t Lwt.t
val restart : t -> unit Lwt.t
module Helpers : sig ... end
Helpers
models functions from Lib_delegate.Vdf_helpers
.