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.
1 parent 9c777b1 commit fa180c8Copy full SHA for fa180c8
examples/asset/arc_asset.rs
@@ -1,4 +1,5 @@
1
-//! This example illustrates how to use assets in an async context (through locking).
+//! This example illustrates how to use assets in an async context (through cloning the underlying
2
+//! `Arc`).
3
4
use std::sync::Arc;
5
0 commit comments