Skip to content

Commit

Permalink
Reexport any_spawner Executor for convenience
Browse files Browse the repository at this point in the history
Signed-off-by: Darwin Boersma <[email protected]>
  • Loading branch information
ogghead committed Nov 5, 2024
1 parent 0f921c8 commit 133aad3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ pub mod prelude {
pub use crate::handler::Handler;
pub use crate::response::Body;
pub use crate::utils::redirect;
pub use any_spawner::Executor;
pub use http::StatusCode;
pub use wasi::exports::wasi::http::incoming_handler::{IncomingRequest, ResponseOutparam};
}
Expand Down

0 comments on commit 133aad3

Please sign in to comment.