-
File I/O has an overhead increase of factor three since the 0.3 release (on AArch64 linux kernel v5.7).
I suspect the Mutex protecting the file introduces in https://github.com/tokio-rs/tokio/pull/2…
-
I'm using boost 1.78.0. The issue never seems to occur on Windows or Linux. I've often seen it on Android, and with async writes too. It has been making my application crash.
I'm using the foll…
-
## Expected Behavior
Pass type checking
## Current Behavior
```console
error[E0282]: type annotations needed
--> examples/cannnot-compile.rs:28:10
|
28 | async fn index(client: web::Data…
-
Hi, I'm trying to implement a "read TCP connection with timeout" function, so I want to make `read()` future returns immediately after the client hasn't sent data in 10s.
I found `tokio::time::time…
-
I have a classic implementation of io_service with thread pool.
This code has worked well without problems for a long time in specific environment:
- Centos 5.7 x32
- Linux 2.6.18-274.el5PAE #1 S…
-
**Is your feature request related to a problem? Please describe.**
Currently, [`PoolOptions::__fair`](https://github.com/launchbadge/sqlx/blob/054f61980a13716844bc9f90bf135b887a5a0fdb/sqlx-core/src/p…
-
Hi,
in compiling the tutorial example: [http://think-async.com/Asio/asio-1.10.6/doc/asio/tutorial/tutdaytime6/src.html](url)
`
#include
#include
#include
//#include
…
-
Hi!
I'm working with futures (i.e my handlers are `async`)
Ofter I need to protect my Service around Arc where Arc and Mutex came from std. But when you are working with futures, it's better to us…
-
It would be nice, if there was an option to relax the SSL checks to accept "unsecure"/non matching SSL certificates:
If I try to connect to a local host "epp-test.ote.tld.mydomain.com" which is usi…
-
## Issue Description ##
I found a weird behaviour in setting the time_spec for a burst transmission in the future. I modified the tx_timed_samples.cpp example, where i changed the type of `…