Conversation
ReviewSummary: Correctness — looks rightI traced this against async fn run_shutdown(&mut self, reason: ShutdownKind) -> Result<()> {
...
self.save_final_state().await?; // sends SerializeState, awaits reply
self.close_actor_event_channel(); // only then drops actor_event_tx
self.join_aborted_run_handle().await;
...
}
Worth noting: the NAPI/TS bridge ( Nit: now-dead
|
a4f9445 to
a08e479
Compare
2e35cdc to
3f1016b
Compare
a08e479 to
40d03bf
Compare
3f1016b to
41fad8a
Compare
40d03bf to
13cd549
Compare
13cd549 to
fbd0e22
Compare
ddda4b1 to
a3dec62
Compare
fbd0e22 to
7df3e38
Compare
7df3e38 to
5c46256
Compare
a3dec62 to
1b7821e
Compare
1b7821e to
f623340
Compare
b8b0fd3 to
f8766f0
Compare
f623340 to
2adf6c7
Compare
2adf6c7 to
c78a0b7
Compare
f8766f0 to
4451538
Compare
No description provided.