mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
* Adds Runtime. * A LocalRuntime. * Add note. * Add SSR benchmark. * Only create default runtime if no custom runtime is set. * Use jemalloc for benchmarking. * Remove once_cell for web assembly. * Add time. * Fix wasm_bindgen. * Adjust inlining. * Optimise benchmark output. * Optimise BufWriter. * Add json output. * Add Benchmark Workflow. * Remove local set from tests. * Fix Workflow syntax. * Exclude benchmark from doc tests. * Adjust feature flags. * Adds a pinned channel implementation. * Make Send bound explicit. * Implement on immutable reference. * Fix Sink close. * run_pinned -> spawn_pinned. * Add tests. * Adjusts worker threads. * Fix workflow. * Remove futures-executor. * Cargo update. * Fix docs. * Update notice. * Fix docs. * Fix docs. * Switch to task spawning. * Use futures unordered instead of spawn_local. * Switch to join_all. * Remove LocalPoolHandle. * Fix docs. * Spawn a single task. * Fix merge failure. * Remove LocalRuntime. * Update documentation. * Merge local-runtime-handle into local-runtime. * Add some tests. * Fix clippy notice. * Fix comment. * Address various review comments. * Remove unused type. * Fix clippy. * Fix clippy.