Skip to content

Commit

Permalink
reexport full any_spawner crate
Browse files Browse the repository at this point in the history
Signed-off-by: Darwin Boersma <darwin@sadlark.com>
  • Loading branch information
ogghead committed Nov 23, 2024
1 parent 20ffd25 commit 640945f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leptos/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ pub mod logging {

/// Utilities for working with asynchronous tasks.
pub mod task {
pub use any_spawner::{CustomExecutor, Executor};
pub use any_spawner::{self, CustomExecutor, Executor};
use std::future::Future;

/// Spawns a thread-safe [`Future`].
Expand Down

0 comments on commit 640945f

Please sign in to comment.