Commit Graph

111 Commits

Author SHA1 Message Date
Taiki Endo cb1c1679be Update actions/checkout action to v3 2022-05-01 13:25:53 +09:00
Taiki Endo 83073e9132 Create GitHub release automatically 2022-01-08 18:54:10 +09:00
Taiki Endo c1bb0b4cdc Clean up CI config 2022-01-08 18:52:47 +09:00
Taiki Endo eb2b12e50a
Merge pull request #41 from DavidBM/patch-2
Fix documentation sentence
2021-05-21 21:03:53 +09:00
David Bonet 8ca7806b60
Fix documentation sentence 2021-05-19 17:56:34 -04:00
Zeeshan Ali eb2b3a882b Fix a C&P mistake
Pushing directly to master since it's a trivial fix.
2021-05-01 13:22:32 +02:00
Zeeshan Ali 4f78290407
Merge pull request #37 from xilec/channel-work-principle
Added in docs main work principle of channel
2021-03-26 13:25:37 +01:00
Taiki Endo d0635d1220
Merge pull request #38 from Lukas3674/patch-1
Documentation fix
2021-03-16 10:20:36 +09:00
Lukas3674 d6ebfe2203
Documentation fix
The closing ticks for the example code blocks on both bounded and unbounded where missing.
2021-03-15 21:13:48 +01:00
Evgeny Khudoba b46629cf64 added in docs main work principle of channel 2021-03-07 19:39:42 +07:00
Taiki Endo 7b542f0ff3
Merge pull request #36 from smol-rs/changelog
Update changelog
2021-02-21 22:13:27 +09:00
Taiki Endo 8a328c6822 Update changelog 2021-02-21 22:06:13 +09:00
Yoshua Wuyts eaeb9b8ce5 v1.6.1 2021-02-18 11:45:56 +01:00
Yoshua Wuyts 4f04d7c39d
Merge pull request #35 from smol-rs/fix-clone
Fix clone in test
2021-02-18 11:24:11 +01:00
Yoshua Wuyts ed78ba001b
Merge pull request #34 from smol-rs/fix-send
Make `send` return `Send`
2021-02-18 09:50:16 +01:00
Yoshua Wuyts 4e75b4502c Fix clone in test 2021-02-18 09:49:09 +01:00
Yoshua Wuyts 8a5d5ebaa4 Make `send` return `Send` 2021-02-18 09:48:08 +01:00
Yoshua Wuyts 6f86ad45b0 v1.6.0 2021-02-17 21:03:48 +01:00
Yoshua Wuyts a9787b9d90
Merge pull request #33 from smol-rs/send-recv-types
Add `Send` and `Recv` futures
2021-02-17 20:43:01 +01:00
Yoshua Wuyts 5fea2669a1 Implement the Send future 2021-02-17 20:39:39 +01:00
Yoshua Wuyts ede84ad95c implement the Recv future 2021-02-17 18:17:07 +01:00
Taiki Endo fba5d5b683
Merge pull request #32 from smol-rs/readme
Remove readme field from Cargo.toml
2021-02-14 19:50:11 +09:00
Taiki Endo 8ba59f6724 Remove readme field from Cargo.toml 2021-02-14 19:40:11 +09:00
Taiki Endo 57c5843049
Merge pull request #31 from smol-rs/badge
Update license badge to match Cargo.toml
2021-02-14 13:48:59 +09:00
Taiki Endo d3a98967c2 Update license badge to match Cargo.toml 2021-02-14 13:39:24 +09:00
zseri 21affd91f4
impl FusedStream for Receiver (Fixes #3) (#30) 2021-01-11 20:25:51 +01:00
Taiki Endo 79cbf4eec5
Merge pull request #29 from taiki-e/url
Update URLs
2020-12-26 23:55:23 +09:00
Taiki Endo a314be88d0 Update URLs 2020-12-26 23:47:13 +09:00
Taiki Endo 4484ee41ba
Merge pull request #28 from taiki-e/deps
Update blocking to 1
2020-12-26 22:07:32 +09:00
Taiki Endo e70a47353f Update blocking to 1 2020-12-26 22:04:06 +09:00
Taiki Endo 90a7f69616
Merge pull request #27 from taiki-e/ci
Fix CI
2020-12-24 18:16:24 +09:00
Taiki Endo 43c03618ab Fix CI 2020-12-24 18:11:52 +09:00
Stjepan Glavina 15c78f9610
. 2020-11-30 12:28:34 +01:00
Stjepan Glavina 0a59db1de8 Update futures-lite 2020-10-09 14:39:37 +02:00
Stjepan Glavina 2247323f83 Bump to v1.5.1 2020-10-08 16:27:16 +02:00
Stjepan Glavina f23efa0ad1 Typo 2020-10-08 16:26:55 +02:00
Stjepan Glavina e8d0d8ea2a
Merge pull request #20 from kevthecoder/fix-documentation
Minor documentation fix
2020-10-08 16:26:14 +02:00
kevthecoder c57b9d474d
Minor documentation fix 2020-10-08 15:19:19 +01:00
Stjepan Glavina 4d34837213 Bump to v1.5.0 2020-10-06 23:50:52 +02:00
Stjepan Glavina 307f5db913
Merge pull request #19 from EliSnow/add-receiver-sender-count
Add receiver_count and sender_count methods
2020-10-06 23:49:43 +02:00
Eli Snow e1a610ba70 Update the ordering when getting counts as per
@stjepang's request
2020-10-06 14:48:16 -06:00
Eli Snow 8aa80b1b56 Add receiver_count and sender_count methods 2020-10-06 12:34:54 -06:00
Stjepan Glavina d23f31f1e2 Bump to v1.4.2 2020-09-04 12:33:49 +02:00
Stjepan Glavina 67f02abfee
Merge pull request #14 from stjepang/fix-cpu-usage
Fix the 100% CPU usage issue
2020-09-04 12:32:27 +02:00
Stjepan Glavina 499f60c820 Fix 100% CPU usage 2020-09-03 17:59:46 +02:00
Stjepan Glavina 8c68db78f6 Bump to v1.4.1 2020-08-26 23:21:23 +02:00
Stjepan Glavina 637534afb1 Upgrade dependencies 2020-08-26 23:20:48 +02:00
Stjepan Glavina 69ec5eef2e Forbid unsafe code 2020-08-05 19:02:55 +02:00
Stjepan Glavina 1bed72e36c Bump to v1.4.0 2020-07-31 14:39:06 +02:00
Stjepan Glavina c7b259c997 Switch to futures-lite 2020-07-31 14:38:41 +02:00