dignifiedquire
|
e4df1405c1
|
feat: add basic wasm support
|
2020-05-02 20:27:50 +02:00 |
|
Yoshua Wuyts
|
19fd7a4084
|
fix channel tests
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
|
2020-03-15 23:53:03 +01:00 |
|
Stjepan Glavina
|
bc24503382
|
Fix deadlock when all receivers are dropped (#474)
* Fix deadlock when all receivers are dropped
* Add a comment to explain the behavior of try_send
* Disable clippy
|
2019-11-07 22:01:36 +00:00 |
|
Stjepan Glavina
|
3dd59d7056
|
Refactor the task module (#421)
* Refactor the task module
* Fix clippy warning
* Simplify task-local entries
* Reduce the amount of future wrapping
* Cleanup
* Simplify stealing
|
2019-11-01 02:45:33 +01:00 |
|
k-nasa
|
7fe2a1bbce
|
fix clippy::cognitive_complexity
|
2019-10-27 20:32:22 +09:00 |
|
Stjepan Glavina
|
b2fe91385b
|
Add channel behind unstable feature flag (#380)
* Add channel behind unstable feature flag
* Don't check tests without unstable feature flag
* Fix typos
* Remove useless attribute
|
2019-10-23 17:02:03 +01:00 |
|