You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ Note: If there is no need to split the read or write operation into two chunks,
64
64
65
65
> [!TIP]
66
66
> Please refer to the "[Examples](examples/README.md)" section to explore more API options, including the
67
-
> new [Range-Based API](examples/README.md##4-range-based-api-stdranges), which completely abstracs away the two-block nature of the circular buffer.
67
+
> new [Range-Based API](examples/README.md#4-range-based-api-stdranges), which completely abstracs away the two-block nature of the circular buffer.
68
68
69
69
Here is a complete, minimal example demonstrating the recommended batch-oriented usage. A producer thread sends several small batches of integers, and a consumer thread reads them as they become available.
0 commit comments