Fixed a hang when the cleanup code for an extension is too slow

This commit is contained in:
2026-01-20 15:24:34 +01:00
parent cb111a8d7b
commit 237b40ed2e
6 changed files with 274 additions and 270 deletions

View File

@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2024"
[[bin]]
name = "orchid-std-dbg"
name = "orchid-std-piped"
path = "src/main.rs"
[lib]