2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-09-12 22:54:07 +00:00

Commit graph

  • a430e27819 Cleanup, docs, fmt Stjepan Glavina 2019-08-12 18:00:21 +0200
  • eadd3ed1f6
    Update stability guarantees Florian Gilcher 2019-08-12 13:28:47 +0200
  • 0ab2c8f49b typos Stjepan Glavina 2019-08-12 12:54:32 +0200
  • adb64b3979
    Update README.md Stjepan Glavina 2019-08-12 12:51:58 +0200
  • caf50e69cf Formatting Stjepan Glavina 2019-08-12 12:44:57 +0200
  • fdf0e3ad0f Add the line-count example Stjepan Glavina 2019-08-12 12:44:10 +0200
  • e44451a042 Revamp IO traits and Stream trait Stjepan Glavina 2019-08-12 12:43:44 +0200
  • 43d822cbc5 Add a html logo Stjepan Glavina 2019-08-12 12:43:28 +0200
  • 574676aa1a
    Add images Florian Gilcher 2019-08-12 12:29:43 +0200
  • 3f6dfaf2f5
    Merge pull request #4 from matklad/fused-incoming Stjepan Glavina 2019-08-09 17:44:57 +0200
  • 445b4161cb Improve comment on the blocking threadpool Tyler Neely 2019-08-09 16:40:31 +0200
  • c8d9ef8855
    Add a small sentence that async-std does also include Mutex implementations Florian Gilcher 2019-08-09 14:27:34 +0200
  • 3ce68814b6 implement FusedStream for net::Incoming Aleksey Kladov 2019-08-09 12:43:44 +0200
  • 81fa1d419a Remove all of the dynamic control stuff for now and just use nonblocking sends + 1 second receive timeouts Tyler Neely 2019-08-09 12:22:54 +0200
  • ab613a53e5 Improve comments in the blocking threadpool Tyler Neely 2019-08-09 12:06:43 +0200
  • 4cb1faf299 Use unbuffered work queue in the dynamic threadpool to reduce bufferbloat Tyler Neely 2019-08-09 12:06:26 +0200
  • d75aae23cb Tune timings of dynamic threadpool Tyler Neely 2019-08-09 12:06:00 +0200
  • 3f4a56abdc Reformat doc examples Stjepan Glavina 2019-08-09 02:56:59 +0200
  • e97dfdc4cc Add dynamic threadpool Tyler Neely 2019-08-08 16:48:18 +0200
  • bbaa501474
    Remove async-task chapter link Florian Gilcher 2019-08-08 16:29:12 +0200
  • 62bf802827
    Remove async-task as a subject from the book Florian Gilcher 2019-08-08 16:23:24 +0200
  • 893fd9757c Add rustfmt config Stjepan Glavina 2019-08-08 16:04:14 +0200
  • a0143dd098
    Add book draft Florian Gilcher 2019-08-08 15:54:19 +0200
  • 5b0a6269a9
    Initial commit Florian Gilcher 2019-08-08 14:44:48 +0200