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
Question: What is the difference between using #![apply(smol_macros::main!)] and ex.spawn as shown in the example, and using async_global_executor::block_on(async { }) and async_global_executor::spawn? #357