StackOverflow Questions for Tag: rust-async-std

Thomas Koch
Thomas Koch

Reputation: 2951

Can a rust function work with an async callback as well as with a blocking one?

Score: 1

Views: 52

Answers: 1

Read More
LKB
LKB

Reputation: 189

Suppressing external library logs in a tokio tracing subscriber

Score: 1

Views: 604

Answers: 1

Read More
sandevins
sandevins

Reputation: 43

future created by async block is not `Send` in Rust API

Score: 1

Views: 371

Answers: 1

Read More
Peter Vajda
Peter Vajda

Reputation: 29

Ntex server unreachable to cUrl from test session, but reachable from other shell...at the same time

Score: -1

Views: 90

Answers: 1

Read More
RodoGM
RodoGM

Reputation: 21

Async Rust task is only polled once

Score: 0

Views: 41

Answers: 0

Read More
musli
musli

Reputation: 11

async-std::net:TcpStream read function does not return although data is available

Score: 0

Views: 288

Answers: 1

Read More
eminfedar
eminfedar

Reputation: 668

Rust - async-std's "tokio1" feature, how it works?

Score: 2

Views: 423

Answers: 0

Read More
webish
webish

Reputation: 711

Rust Streaming Pipeline

Score: 1

Views: 1152

Answers: 1

Read More
Jam
Jam

Reputation: 584

Is there any performance advantage to use async/await amid synchronous code?

Score: 1

Views: 1982

Answers: 2

Read More
Sh4m1l65
Sh4m1l65

Reputation: 609

Rust compiler does not unify types that both `impl Future<Output=()>` in branches of `if let` expression

Score: 1

Views: 89

Answers: 1

Read More
Victor D
Victor D

Reputation: 15

Async middleware, get async result before calling next middleware

Score: 0

Views: 387

Answers: 0

Read More
Ervadac
Ervadac

Reputation: 956

AsyncRead for UdpSocket

Score: 1

Views: 511

Answers: 1

Read More
André Cruz
André Cruz

Reputation: 510

Unable to wrap an AsyncBufRead inner object due to returning data owned by current function

Score: 2

Views: 320

Answers: 1

Read More
Eduardo Porto
Eduardo Porto

Reputation: 77

Single threaded asynchronous event loop with `winit`

Score: 3

Views: 1023

Answers: 0

Read More
ralston3
ralston3

Reputation: 21

How to await `JoinHandle`s and update `JoinHandle`s at the same time?

Score: 1

Views: 1287

Answers: 1

Read More
Martin Jonsson
Martin Jonsson

Reputation: 138

Why do I get "error[E0308]: mismatched types" when the function pointer types match exactly

Score: 1

Views: 53

Answers: 0

Read More
sfanjoy
sfanjoy

Reputation: 690

Rust Generic Function Attempt for Async Reads

Score: 1

Views: 135

Answers: 1

Read More
Finlay Weber
Finlay Weber

Reputation: 4163

How to fix select_all returning only one result instead of multiple results

Score: 1

Views: 415

Answers: 1

Read More
Finlay Weber
Finlay Weber

Reputation: 4163

How to compose multiple async operation when using join_all in Rust

Score: 0

Views: 757

Answers: 1

Read More
John Smith
John Smith

Reputation: 53

Implement Future trait based on future available inside the struct

Score: 1

Views: 2368

Answers: 3

Read More
PreviousPage 1Next