-
**Describe the bug 🐛**
I'm new to rust. I am using tokio's mpsc to pass the structure of the screenshot, but the on_frame_arrived doesn't seem to allow me to pass other parameters into it or capture …
-
### Description
Inko's approach to concurrency is similar to that of Erlang and Go: M Inko processes are mapped onto N OS threads. For sockets we use non-blocking IO, and for files we use blocking …
-
**Version**
List the versions of all `tokio` crates you are using. The easiest way to get
this information is using `cargo tree` subcommand:
```
├── tokio v1.35.1
│ └── tokio-macros v2.2.0 (pro…
-
**Problem**
**Steps To Reproduce**
Steps to reproduce the behavior:
```rust
pub fn Client() -> Element {
println!("Client");
// send msg to server channel
let (send_tx, mut …
-
PipeWire will soon be replacing both JACK and PulseAudio on Linux starting with Fedora 34 which will be released in a few weeks. Arch currently has packages that make it easy to switch to PipeWire. I …
-
First, thanks for both the 'serial2-rs' and 'serial2-tokio-rs' crates you (and your colleagues) have published - excellent work!
I'm developing a rust crate library that provides support for a well…
-
The Nim async/await implementation has been successfully used in production for many years now, both in real-world use cases (NimForum, among others) as well as in benchmarks (TechEmpower benchmarks v…
dom96 updated
3 years ago
-
rustc 1.60.0 (7737e0b5c 2022-04-04)
Window 11 10.0.22000 Build 22000
main.rs:
```rust
use crypto_crawler::{crawl_trade, MarketType};
#[tokio::main]
async fn main() {
let (tx, rx) = …
-
### Describe the bug
tauri.conf.json
"externalBin": [
"bin/meilisearch-windows-amd64.exe"
]
capabilities:
"permissions": [
"path:default",
"event:default",
"win…
-
我注意到以下两个函数有依赖关系,但同时也会使用同一个互斥锁。
https://github.com/davyxu/cellnet/blob/916a7eaabb30c7f29d1f69b977b3ba143162e5c9/pipe.go#L15-L21
https://github.com/davyxu/cellnet/blob/916a7eaabb30c7f29d1f69b977b3ba…
cupen updated
6 months ago