Wp.ProverTaskclass printer : Stdlib.Format.formatter -> string -> object ... endclass type pattern = object ... endnever fails
class virtual command : string -> object ... endval server : ?procs:int -> unit -> Frama_c_kernel.Task.serverval schedule : 'a Frama_c_kernel.Task.task -> unitval spawn :
?monitor:( 'a option -> unit ) ->
?pool:Frama_c_kernel.Task.pool ->
all:bool ->
smoke:bool ->
('a * bool Frama_c_kernel.Task.task) list ->
unitSpawn all the tasks over the server and retain the first 'validated' one. The callback monitor is called with Some at first success, and None if none succeed. An option pool task can be passed to register the associated threads.