-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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.
- Loading branch information
Showing
11 changed files
with
696 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.