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: crates/dispatch2/src/lib.rs
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,11 @@
1
1
//! # Apple's Dispatch (Grand Central Dispatch)
2
2
//!
3
-
//! This crate allows interaction with the [Apple Dispatch](https://developer.apple.com/documentation/dispatch) library in a safe (``dispatch2`` module) and unsafe (``ffi`` module) way.
3
+
//! This crate allows interaction with the Apple's Grand Central Dispatch
4
+
//! library in a safe (``dispatch2`` module) and unsafe (``ffi`` module) way.
5
+
//!
6
+
//! See [Apple's documentation](https://developer.apple.com/documentation/dispatch)
7
+
//! and [the source code for libdispatch](https://github.com/swiftlang/swift-corelibs-libdispatch)
0 commit comments