Result_NoneErrorZ |
Result_NoneErrorZ.clone() |
Creates a new CResult_NoneErrorZ which has the same data as `orig`
but with all dynamically-allocated buffers duplicated in new buffers.
|
static Result_NoneErrorZ |
Result_NoneErrorZ.err(IOError e) |
Creates a new CResult_NoneErrorZ in the error state.
|
Result_NoneErrorZ |
BackgroundProcessor.join() |
Join `BackgroundProcessor`'s thread, returning any error that occurred while persisting
[`ChannelManager`].
|
static Result_NoneErrorZ |
Result_NoneErrorZ.ok() |
Creates a new CResult_NoneErrorZ in the success state.
|
Result_NoneErrorZ |
Persister.persist_graph(NetworkGraph network_graph) |
Persist the given [`NetworkGraph`] to disk, returning an error if persistence failed.
|
Result_NoneErrorZ |
Persister.PersisterInterface.persist_graph(NetworkGraph network_graph) |
Persist the given [`NetworkGraph`] to disk, returning an error if persistence failed.
|
Result_NoneErrorZ |
Persister.persist_manager(ChannelManager channel_manager) |
Persist the given ['ChannelManager'] to disk, returning an error if persistence failed.
|
Result_NoneErrorZ |
Persister.PersisterInterface.persist_manager(ChannelManager channel_manager) |
Persist the given ['ChannelManager'] to disk, returning an error if persistence failed.
|
Result_NoneErrorZ |
Persister.persist_scorer(WriteableScore scorer) |
Persist the given [`WriteableScore`] to disk, returning an error if persistence failed.
|
Result_NoneErrorZ |
Persister.PersisterInterface.persist_scorer(WriteableScore scorer) |
Persist the given [`WriteableScore`] to disk, returning an error if persistence failed.
|
Result_NoneErrorZ |
BackgroundProcessor.stop() |
Stop `BackgroundProcessor`'s thread, returning any error that occurred while persisting
[`ChannelManager`].
|