mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-08-26 20:01:16 +00:00
chore(sequencer): remove useless long comment
This commit is contained in:
@@ -126,13 +126,6 @@ impl SequencerHandle {
|
||||
|
||||
/// Best-effort teardown for callers that drop the handle instead of awaiting
|
||||
/// [`SequencerHandle::shutdown`].
|
||||
///
|
||||
/// Dropping the refs alone is not enough: the `ExecutorActor` reference held by
|
||||
/// the RPC module keeps the executor — and the `RocksDB` lock — alive for an
|
||||
/// unbounded stretch afterwards, long enough for a restart on the same home
|
||||
/// directory to fail outright. Killing runs each actor's `on_stop` and drops its
|
||||
/// state, which is the same teardown `shutdown` performs, just without anything
|
||||
/// to await it on.
|
||||
impl Drop for SequencerHandle {
|
||||
fn drop(&mut self) {
|
||||
let Self {
|
||||
|
||||
Reference in New Issue
Block a user