📝 Refine API doc notes and guidance

This commit is contained in:
Nanaloveyuki
2026-05-12 13:32:15 +08:00
parent 4d913aa642
commit c6c153cf53
47 changed files with 0 additions and 236 deletions
-5
View File
@@ -83,12 +83,7 @@ e.g.:
### Notes
Notes are here.
1. Use this API when you want explicit bounded buffering without `bitlogger_async`.
2. `with_queue(...)` preserves the normal synchronous logger call style.
3. Always define when and where the queue will be drained.
4. For background queue draining, prefer `bitlogger_async` instead.