♻️ sync owner migration and facade thinning

This commit is contained in:
Nanaloveyuki
2026-07-07 20:03:22 +08:00
parent c90a408a9c
commit 1b621497f9
79 changed files with 5255 additions and 3191 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ pub fn[S] LibraryAsyncLogger::new(
config? : AsyncLoggerConfig = AsyncLoggerConfig::new(),
min_level? : @bitlogger.Level = @bitlogger.Level::Info,
target? : String = "",
flush? : (S) -> Int raise = fn(_) { 0 },
flush? : (S) -> Unit raise = fn(_) { () },
) -> LibraryAsyncLogger[S] {
library_async_logger(async_logger(sink, config~, min_level~, target~, flush~))
}