Skip to content

issues Search Results · repo:asomers/tokio-file language:Rust

Filter by

5 results
 (69 ms)

5 results

inasomers/tokio-file (press backspace or delete to remove)

The writev_at_eio test hangs when using the lastest Tokio. I haven t root-caused the problem yet, but the offending PR is https://github.com/tokio-rs/tokio/pull/4157 .
  • asomers
  • Opened 
    on Nov 21, 2021
  • #27

Rust RFC 2930 finally defines a standard safe way to deal with uninitialized memory. Once that RFC is implemented, tokio-file should support it. That means adding read_at_buf and readv_at_buf methods. ...
enhancement
  • asomers
  • Opened 
    on Jul 11, 2021
  • #20

https://docs.rs/tokio-io/0.1.3/tokio_io/trait.AsyncWrite.html https://docs.rs/tokio-io/0.1.3/tokio_io/trait.AsyncRead.html Not sure if you ve seen these yet as they re fairly new. The tokio-io crate provides ...
  • mehcode
  • 9
  • Opened 
    on Aug 19, 2017
  • #3

Nice job ! I m opening this issue to have some way of tracking an eventual linux port.
  • bestouff
  • 6
  • Opened 
    on Jul 26, 2017
  • #2

Very curious about how this performs vs a threadpool + futures::sync::oneshot.
enhancement
  • kamalmarhubi
  • 4
  • Opened 
    on Mar 8, 2017
  • #1
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub