Commit Graph

166 Commits

Author SHA1 Message Date
Stjepan Glavina 95fc6741a7 Fix benches 2020-09-17 14:59:25 +02:00
Stjepan Glavina 42e3a6949f Remove tags 2020-09-17 14:58:40 +02:00
Stjepan Glavina 46ad1d54a5 Grammar 2020-05-11 14:46:12 +02:00
Stjepan Glavina 254e1a7d12 Don't let clippy fail the build 2020-05-11 12:23:20 +02:00
Stjepan Glavina b39e48f767 Remove loc from CI 2020-05-11 12:11:33 +02:00
Stjepan Glavina 6dfc2d15b1 Remove benches from check 2020-05-11 12:09:27 +02:00
Stjepan Glavina 42514c2b02 Fix failing CI 2020-05-11 11:58:31 +02:00
Stjepan Glavina a2c1fa887e Fix failing CI 2020-05-11 11:19:38 +02:00
Stjepan Glavina c1b6c98987 Fix failing CI 2020-05-11 11:02:38 +02:00
Stjepan Glavina b7a3f3d792 Switch to Github workflows 2020-05-11 09:44:53 +02:00
Stjepan Glavina ff4604604a Add github dir 2020-05-10 22:35:33 +02:00
Stjepan Glavina c74a321b9d Cleanup 2020-04-22 21:08:28 +02:00
Stjepan Glavina 405e854ec6 Bump to v3.0.0 2020-04-15 18:37:46 +02:00
Stjepan Glavina 9b0453baa9 Use ThreadId for spawn_local 2020-04-15 18:36:47 +02:00
Stjepan Glavina 2469ca38c1 Bump to v2.1.1 2020-04-14 20:54:21 +02:00
Stjepan Glavina d3011bfde9 Allocate large futures on the heap 2020-04-14 19:52:56 +02:00
Stjepan Glavina d265d225f1 Fix a mistake in the changelog 2020-04-14 14:41:07 +02:00
Stjepan Glavina d7b17fb5b0 Docs and grammar 2020-04-14 14:38:57 +02:00
Stjepan Glavina fad623a06d Task only becomes ready when the future is dropped 2020-04-14 14:33:37 +02:00
Stjepan Glavina 4ab094c83c Cargo fmt 2020-04-12 21:22:37 +02:00
Stjepan Glavina 2c848a6dbb Bump to v2.0.0 2020-04-12 19:52:32 +02:00
Stjepan Glavina 4ce22ee726 Merge remote-tracking branch 'Lucretiel/patch-1' 2020-04-12 19:49:04 +02:00
Stjepan Glavina 9405905e51 Run returns a bool 2020-04-12 19:46:20 +02:00
Nathan West a1f5e188cc
Simplify `RawTask::clone` to simply use copy 2020-04-03 20:24:43 -04:00
Stjepan Glavina b7a2496804 Bump to 1.3.1 2020-02-03 15:18:01 +01:00
Stjepan Glavina 7f91c126df Bump to 1.3.0 2020-01-25 00:18:16 +01:00
Stjepan Glavina a94d2f4c44
Add waker_fn (#18)
* Add waker_fn

* Add a waker_fn test

* Double sleep times

* More benches

* Prohibit recursive block_on calls

* Reformat code
2020-01-25 00:14:33 +01:00
Stjepan Glavina 4a94b05124
Update README.md 2020-01-23 15:31:44 +01:00
Stjepan Glavina ca18d41ed0 Bump to 1.2.1 2020-01-10 15:41:03 -05:00
Yoshua Wuyts 8e4960d137
Merge pull request #17 from skade/add-no-std-category
Add no-std category
2020-01-08 09:15:03 +01:00
Florian Gilcher 3fac7ef126
Add no-std category 2020-01-08 09:10:53 +02:00
Stjepan Glavina 13cbcf9598 Test on Linux, macOS and Windows 2020-01-07 22:50:14 +01:00
Stjepan Glavina 3da857ea42 Bump to 1.2.0 2020-01-07 22:46:57 +01:00
Stjepan Glavina 7e7d19cf17 Remove libc dependency on non-Unix platforms 2020-01-07 22:45:13 +01:00
Stjepan Glavina af051a59a2
Add waker and conversion to raw pointer (#16) 2020-01-06 15:25:52 -06:00
Stjepan Glavina f4ae6f5ade Add a comment 2020-01-06 21:49:10 +01:00
Stjepan Glavina 921e8a0926
Make the crate no_std (#15)
* Remove crossbeam

* Rewrite notification and registration

* Make crate no_std

* Add a comment
2020-01-06 14:31:28 -06:00
Stjepan Glavina 119f82fbe3 Bump to 1.1.1 2019-12-31 01:41:10 +01:00
Stjepan Glavina 45a2c1fe7a
Schedule function holds a reference to RawTask (#12)
* Schedule function holds a reference

* Rename DROP_D to DROP_T

* Don't rely on valgrind to catch errors
2019-12-31 01:38:58 +01:00
Stjepan Glavina 9f11ab38cc Bump to 1.1.0 2019-12-24 20:05:54 +01:00
Yoshua Wuyts 5977202fb0
Merge pull request #10 from async-rs/spawn-local
Add spawn_local and clarify what the schedule function can do
2019-12-02 07:15:04 +09:00
Stjepan Glavina 5d80be610a Remove accidentally added pending.rs 2019-11-25 18:54:21 +01:00
Stjepan Glavina 9b69acdd25 Relax the bounds on Send for JoinHandle impl 2019-11-25 18:52:55 +01:00
Stjepan Glavina 951d9711f6 Add an note about the schedule function 2019-11-25 18:47:16 +01:00
Stjepan Glavina fcfa4ab885 Add spawn_local function 2019-11-25 18:39:17 +01:00
laizy 2b0427a6cf remove one notify_unless call (#9)
* remove one notify_unless call

* update comments

* Update src/join_handle.rs

Co-Authored-By: Stjepan Glavina <stjepang@gmail.com>
2019-11-20 14:55:50 +01:00
Stjepan Glavina 5c398cfa74 Reschedule if last waker is dropped 2019-11-15 20:55:26 +00:00
Yoshua Wuyts 8b8c8a15d4 make the readme more glam (#8)
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
2019-11-15 20:36:07 +00:00
Yoshua Wuyts b98487cc31
Merge pull request #7 from taiki-e/dependencies
Update dependencies
2019-11-15 18:11:04 +01:00
Taiki Endo 68ab7bfd21 Update dependencies 2019-11-16 01:07:05 +09:00