We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
examples
AsyncPoolSink
1 parent 16dbd42 commit 8a247a2Copy full SHA for 8a247a2
spdlog/src/sink/async_sink/async_pool_sink.rs
@@ -43,7 +43,7 @@ use crate::{
43
///
44
/// [combined sink]: index.html#combined-sink
45
/// [`ThreadPoolBuilder::capacity`]: crate::ThreadPoolBuilder::capacity
46
-/// [./examples]: https://github.com/SpriteOvO/spdlog-rs/tree/main/examples
+/// [./examples]: https://github.com/SpriteOvO/spdlog-rs/tree/main/spdlog/examples
47
// The names `AsyncSink` and `AsyncRuntimeSink` is reserved for future use.
48
pub struct AsyncPoolSink {
49
level_filter: Atomic<LevelFilter>,
0 commit comments