2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-09-13 07:04:05 +00:00

Commit graph

  • 104188cce3 Implement wait_timeout_until Thayne McCombs 2019-11-03 00:59:37 -0600
  • cc9a1b8fb9 Add test for notify_all Thayne McCombs 2019-10-28 00:32:48 -0600
  • 157878922f Use state of Waker instead of AtomicUsize to keep track of if task was notified. Thayne McCombs 2019-10-20 21:19:22 -0600
  • fc3483d64e More rigourous detection of notification for condvar Thayne McCombs 2019-10-19 15:57:43 -0600
  • 37e9e78251 Implement async_std::sync::Condvar Thayne McCombs 2019-10-18 00:58:30 -0600
  • 6a91e524d3
    Remove a warning Fedor Sakharov 2020-04-10 11:28:27 +0300
  • 27eee8c8a9
    Some fixes after a merge Fedor Sakharov 2020-04-10 11:12:18 +0300
  • a4e07e345c fix(rt): bring back dynamic machines dignifiedquire 2020-04-10 02:22:03 +0200
  • aebba2bd95
    Merge pull request #747 from async-rs/fix/scheduler-perf Yoshua Wuyts 2020-04-09 17:26:46 +0200
  • 6a10d05ea9 adding monitor Kurnia D Win 2020-04-09 09:15:00 +0700
  • 1ce3d2fcae Make runtime able to scale up and down Kurnia D Win 2020-04-09 08:32:01 +0700
  • 0c9a66c1f6 fix scheduler loop dignifiedquire 2020-04-09 17:02:27 +0200
  • f8afc0537a
    Merge branch 'master' into fs-async-combinators-stream Fedor Sakharov 2020-04-09 14:16:56 +0300
  • 4fd8fe03f3 cleanup imports mio-0-7 dignifiedquire 2020-04-08 18:54:06 +0200
  • 1e99e3453f always call shutdown dignifiedquire 2020-04-08 18:53:18 +0200
  • 56769d8b6c fix token handling dignifiedquire 2020-04-08 17:08:44 +0200
  • 121bc7d726 set nonblocking mode on conversion from std dignifiedquire 2020-04-08 13:45:39 +0200
  • 9d0f2addd3 get reactor compiling dignifiedquire 2020-04-08 13:21:05 +0200
  • 80870af3bb mechanical first pass at updating to mio 0.7 dignifiedquire 2020-04-08 12:55:24 +0200
  • b150197f5f release: prepare 1.6.0-alpha.0 dignifiedquire 2020-04-07 22:58:01 +0200
  • fc4e472599
    Merge pull request #733 from k-nasa/new-scheduler Friedel Ziegelmayer 2020-04-07 22:50:04 +0200
  • 6674dc0edf
    Merge pull request #739 from devashishdxt/futures-timer-update nasa 2020-04-03 13:41:12 +0900
  • 088aa5662c refactor: Remove wrapping cell k-nasa 2020-04-03 13:38:07 +0900
  • 68fa054517 Update futures-timer to 3.0.2 Devashish Dixit 2020-03-30 17:44:56 +0800
  • 45fad7d1a9 bump up futures-timer k-nasa 2020-03-30 13:02:26 +0900
  • b88138b5d7 kick ci k-nasa 2020-03-27 17:03:16 +0900
  • 11ee2a8985 fix k-nasa 2020-03-22 19:25:40 +0900
  • 322911142c lock processor and remove unsafe Send, Sync k-nasa 2020-03-22 19:20:01 +0900
  • cfaec2aa95 re add spin_lock k-nasa 2020-03-22 19:19:17 +0900
  • 57c648cf01 Add async-graphql to the ecosystems inside the readme sunli 2020-03-21 15:49:15 +0800
  • ddbb2cb58b add cache k-nasa 2020-03-21 16:02:46 +0900
  • 2cea26a651 remove duplication test k-nasa 2020-03-21 15:59:01 +0900
  • f86e099d10 remove comment k-nasa 2020-03-21 15:53:55 +0900
  • 6d3ca5a06f remove poll function k-nasa 2020-03-21 14:19:38 +0900
  • f960776846 fix k-nasa 2020-03-21 13:37:37 +0900
  • 5c6741724f Merge branch 'master' into new-scheduler k-nasa 2020-03-20 23:17:12 +0900
  • 24c5dbf949 Remove scheduler state k-nasa 2020-03-20 23:10:45 +0900
  • 2dbebe54ed
    Merge pull request #721 from k-nasa/update_dep_crate nasa 2020-03-20 12:33:56 +0900
  • d7ee29a03f fix test code k-nasa 2020-03-19 19:16:12 +0900
  • 2b44c1be2e refactor: swap to swap_and_compare k-nasa 2020-03-19 18:41:00 +0900
  • b1ec1ea930 Move Spinlock to sync module k-nasa 2020-03-18 23:59:12 +0900
  • 2ab075d027 refactor k-nasa 2020-03-19 11:50:19 +0900
  • c0f18600cf run ignored test k-nasa 2020-03-18 23:03:17 +0900
  • 6c8237276b fix doc test k-nasa 2020-03-18 23:02:59 +0900
  • 98cbf7f8eb Restore task::spawn_blocking k-nasa 2020-03-17 20:39:30 +0900
  • 84e5c5f351 Merge branch 'master' into new-scheduler k-nasa 2020-03-17 19:06:53 +0900
  • 3ff9e98f20
    Merge pull request #585 from async-rs/try_channels Yoshua Wuyts 2020-03-16 02:38:00 +0100
  • b7c7efc797 Update try_channel doctests Yoshua Wuyts 2020-03-16 00:05:39 +0100
  • 19fd7a4084 fix channel tests Yoshua Wuyts 2019-12-12 11:24:52 +0100
  • 7885c245c5 recverror Yoshua Wuyts 2019-12-12 10:36:43 +0100
  • 7b7b959a6e mark channel errs as unstable Yoshua Wuyts 2019-11-26 10:58:53 +0100
  • 32dce319d3 expose try_recv and try_send on channels Yoshua Wuyts 2019-11-25 19:35:50 +0100
  • 49dd02b4de Make the split struct public Yoshua Wuyts 2020-03-15 23:51:19 +0100
  • bb11c676a1 doctests pass Yoshua Wuyts 2020-03-15 23:46:36 +0100
  • 6b6727fe56 Make the split struct public Yoshua Wuyts 2020-03-04 15:41:11 +0100
  • e026b7579a
    Merge pull request #703 from spacekookie/recv-docs Yoshua Wuyts 2020-03-15 14:41:07 +0100
  • 51dd7ceb72
    Merge pull request #727 from async-rs/revert-719-remove_re_export Yoshua Wuyts 2020-03-15 13:27:39 +0100
  • 8931d1464e fix ci k-nasa 2020-03-14 22:46:22 +0900
  • cc19592f80
    Revert "Stabilize most stream method and remove unnecessary macros" nasa 2020-03-12 18:34:09 +0900
  • 30043125e7
    Update src/sync/channel.rs Heinz N. Gies 2020-02-24 17:15:20 +0100
  • 4d4927938c
    Enforce non zero capacity for channel Heinz N. Gies 2020-02-24 10:32:29 +0100
  • 7971002ae4 port windows impl and add missing drop guard dignifiedquire 2020-03-09 13:34:56 +0100
  • cbbf015699 feat: initial implementation of std::process dignifiedquire 2020-03-09 12:34:46 +0100
  • f69887a50d
    Update Cargo.toml nasa 2020-03-09 09:09:17 +0900
  • 9c5a3296d2 feat: some stream module to no-std k-nasa 2020-03-08 22:07:44 +0900
  • 0b0531057d feat: update dependence crates k-nasa 2020-03-08 20:46:26 +0900
  • 61f9483cc5
    Merge pull request #719 from k-nasa/remove_re_export Yoshua Wuyts 2020-03-06 14:31:06 +0100
  • f33d7f40ab fix test k-nasa 2020-03-06 09:20:08 +0900
  • e3bf89fc05 $cargo fmt k-nasa 2020-03-05 18:49:58 +0900
  • ec4b09ecd0 fix test code k-nasa 2020-03-05 10:38:19 +0900
  • b95bd6c1fe fix: Remove unnecessary io modules k-nasa 2020-03-05 09:22:00 +0900
  • 91104336fc Make the split struct public split-by-pattern Yoshua Wuyts 2020-03-04 15:41:11 +0100
  • 1e18839f1f fix warning k-nasa 2020-03-04 08:38:31 +0900
  • f31878655e fix: Stabilize stream method k-nasa 2020-03-04 08:30:45 +0900
  • 9a62df143f add whitespace k-nasa 2020-03-03 23:14:25 +0900
  • 75223905bd fix: Stabilize stream most method k-nasa 2020-03-03 23:12:09 +0900
  • be60dd9fe7 fix: Remove unnecessary re-export and macros k-nasa 2020-03-03 22:49:59 +0900
  • 23b7c174f3 feat: Stabilize io::Std*Lock k-nasa 2020-03-03 22:46:18 +0900
  • 9167d42f4b
    Merge pull request #708 from sunli829/master Yoshua Wuyts 2020-03-02 13:20:14 +0100
  • 4034d58709
    Merge pull request #714 from abhijeetbhagat/patch-1 Yoshua Wuyts 2020-03-02 13:11:15 +0100
  • 4742f461fe
    Add missing ? operator after handle.await abhi 2020-02-22 15:17:06 +0530
  • efab39eeaf
    Merge pull request #710 from k-nasa/fix_ci_failed nasa 2020-02-20 09:33:44 +0900
  • bd60cd9f81 run cargo fmt k-nasa 2020-02-20 09:03:36 +0900
  • b9e4b6da3e Add Xactor to the ecosystems inside the readme sunli 2020-02-19 14:36:07 +0800
  • eb03f37e43
    Merge pull request #697 from async-rs/core-docs Yoshua Wuyts 2020-02-17 13:38:39 +0100
  • d87e283215
    Update src/lib.rs Yoshua Wuyts 2020-02-17 13:38:24 +0100
  • 283a54a155
    Update src/lib.rs Yoshua Wuyts 2020-02-17 13:36:59 +0100
  • 3719484eba
    Update src/lib.rs Yoshua Wuyts 2020-02-17 13:36:23 +0100
  • aae835cc14
    channel/recv: improving function docs and code example Katharina Fey 2020-02-12 01:38:20 +0100
  • 63011fe2ce created RuntimeConfig to allow for configuring the number of threads, as well as thread name, used by POOL in task::executor Michael Ward 2020-01-29 11:37:38 -0600
  • 68063adddf
    Add link to tests Oleg Nosov 2020-02-08 16:22:02 +0300
  • d7cab38b67
    core => std Oleg Nosov 2020-02-08 15:49:01 +0300
  • 32068942a6
    Fixed flatten Oleg Nosov 2020-02-08 15:41:33 +0300
  • 85c32ef9d2
    Use assert without if-clause Oleg Nosov 2020-02-07 22:45:15 +0300
  • b68be72763
    Use assert instead of panic Oleg Nosov 2020-02-07 22:42:59 +0300
  • c80915e216
    Dont spawn thread in tests Oleg Nosov 2020-02-07 22:22:38 +0300
  • 303ac90b7c
    Fixed flat_map Oleg Nosov 2020-02-07 22:09:42 +0300
  • d026c44ea3 Document the core feature Yoshua Wuyts 2020-02-04 11:07:50 +0100
  • 3883079fa5 feat: to no_std future module k-nasa 2020-02-04 18:04:31 +0900
  • 3b9c7f0958 feat: to no_std future::ready k-nasa 2020-02-04 18:01:50 +0900