Implement async support in metatype

This commit is contained in:
2025-06-25 01:36:43 +10:00
parent cbf786206d
commit 2352cb0225
4 changed files with 169 additions and 85 deletions

View File

@@ -18,7 +18,7 @@ fn panic_cb(panic: &panic::PanicHookInfo) {
"unknown error"
};
eprintln!(
eprint!(
"{}:\n{trace}",
format_args!(
"thread '{}' panicked at {location}: {msg}",