$darkmode
demo::DemoStuckConf Struct Reference
Inheritance diagram for demo::DemoStuckConf:
Collaboration diagram for demo::DemoStuckConf:

Public Member Functions

 CONFABLE_SCHEMA (DemoStuckConf)
 
- Public Member Functions inherited from fable::Confable
 Confable (const Confable &) noexcept
 
 Confable (Confable &&) noexcept=default
 
Confableoperator= (const Confable &other) noexcept
 
Confableoperator= (Confable &&other) noexcept
 
virtual void reset_schema ()
 
Schemaschema ()
 
const Schemaschema () const
 
virtual void validate_or_throw (const Conf &c) const
 
virtual bool validate (const Conf &c, std::optional< SchemaError > &err) const
 
virtual void from_conf (const Conf &c)
 
virtual void to_json (Json &j) const
 
Json to_json () const
 

Public Attributes

cloe::Duration progress_per_step {100'000}
 
cloe::Duration halt_progress_at {10'000'000'000}
 

Additional Inherited Members

- Protected Member Functions inherited from fable::Confable
virtual Schema schema_impl ()
 

Member Data Documentation

◆ halt_progress_at

cloe::Duration demo::DemoStuckConf::halt_progress_at {10'000'000'000}

At what time to get stuck.

The runtime can still decide to stop progress.

◆ progress_per_step

cloe::Duration demo::DemoStuckConf::progress_per_step {100'000}

How much progress is made after every call.


The documentation for this struct was generated from the following file: