summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorRadosław Kot <rdkt13@gmail.com>2021-06-26 15:31:45 +0200
committerMatthias Beyer <mail@beyermatthias.de>2021-06-26 17:31:24 +0200
commitc708d44985805b31b60697643ca77fd64315330e (patch)
tree81d260a17f686dea50d962f32f695fdc95ecd093 /examples
parent48e4a66ab3dc30729c2212703d5b6992201a4028 (diff)
Reimplement the Config building mechanism
This patch rewrites the Config building mechanism using special objects for tracking the config building state. Transitions between states are done on the fly as required. This is required so that the async sources can be stored inside the configuration building objects, while keeping out the expenses in the non-async case, so a user of the crate has only to pay for what they are using (no async means no overhead for that). Signed-off-by: Matthias Beyer <mail@beyermatthias.de> Reviewed-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'examples')
0 files changed, 0 insertions, 0 deletions