1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-08-17 14:51:04 +02:00

chore: tidy main

This commit is contained in:
Jake Stanger 2024-11-08 01:39:58 +00:00
parent cf38c37fe3
commit f1e87830ed
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61

View file

@ -464,7 +464,7 @@ where
/// Blocks on a `Future` until it resolves.
///
/// This is not an `async` operation
/// so can be used outside of an async function.
/// so can be used outside an async function.
///
/// Use sparingly, as this risks blocking the UI thread!
/// Prefer async functions wherever possible.