Docs.rs
fresh-plugin-runtime-0.3.0
fresh-plugin-runtime 0.3.0
Docs.rs crate page
GPL-2.0
Links
Homepage
Repository
crates.io
Source
Owners
sinelaw
Dependencies
anyhow ^1.0.100
normal
fresh-core ^0.3.0
normal
fresh-parser-js ^0.3.0
normal
fresh-plugin-api-macros ^0.3.0
normal
jsonc-parser ^0.32
normal
lsp-types ^0.97
normal
oxc_allocator ^0.115.0
normal
oxc_codegen ^0.115.0
normal
oxc_diagnostics ^0.115.0
normal
oxc_parser ^0.115.0
normal
oxc_span ^0.115.0
normal
rquickjs ^0.11
normal
rquickjs-serde ^0.5
normal
serde_json ^1.0
normal
tokio ^1.49
normal
tracing ^0.1
normal
trash ^5.2.5
normal
ts-rs ^12.0
normal
rquickjs ^0.11
normal
Versions
83.33%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
channel
fresh_
plugin_
runtime
0.3.0
In fresh_
plugin_
runtime::
thread::
oneshot
fresh_plugin_runtime
::
thread
::
oneshot
Function
channel
Copy item path
Source
pub fn channel<T>() -> (
Sender
<T>,
Receiver
<T>)