Rob Ede
|
8c4255bb49
|
fix readme links
|
2022-03-08 15:45:38 +00:00 |
|
Rob Ede
|
8117dc8c7a
|
disable coverage job
|
2022-03-01 04:02:23 +00:00 |
|
Rob Ede
|
72e601841f
|
remove nightly ci from prs
|
2022-03-01 03:58:31 +00:00 |
|
Rob Ede
|
2bcb72ca26
|
0.13.0 (#525)
|
2022-03-01 03:57:50 +00:00 |
|
Thales
|
256670e9d2
|
Implement a From for ActorResponse to avoid double boxing (#509)
Co-authored-by: Rob Ede <robjtede@icloud.com>
|
2022-03-01 03:37:13 +00:00 |
|
Geo
|
2fd85eec2a
|
implement eq for weak addr (#524)
|
2022-03-01 03:33:06 +00:00 |
|
Geo
|
32196d2ce6
|
Implement Clone for WeakRecipient (#521)
Co-authored-by: Rob Ede <robjtede@icloud.com>
|
2022-02-17 13:10:34 +00:00 |
|
Rob Ede
|
fcbbabf0be
|
bump msrv to 1.49
|
2022-02-17 12:58:36 +00:00 |
|
Nick
|
8dfab7eca0
|
Implement debug addr weakaddr (#512)
|
2021-10-28 11:59:29 +01:00 |
|
Cayle Sharrock
|
25774aa93d
|
Fix 'basic' broker example (#510)
Co-authored-by: Rob Ede <robjtede@icloud.com>
|
2021-10-28 11:41:59 +01:00 |
|
Hendrik Sollich
|
03096333b9
|
fix: clippy::doc_markdown (#513)
|
2021-10-11 20:37:10 +01:00 |
|
Cobalt
|
c4aca5b358
|
Remove Resolver Actor (#507)
* rip out resolver actor
* add changelog entry
* remove deps and move changelog note
|
2021-08-03 14:21:37 +01:00 |
|
Rob Ede
|
a53d795064
|
Update ci.yml
|
2021-08-03 13:54:17 +01:00 |
|
Rob Ede
|
216c68d43a
|
prepare actix 0.12.0 release (#502)
|
2021-06-08 12:32:26 +01:00 |
|
Bart Willems
|
13f780a5ea
|
implemented MessageResponse for Vec<T> (#501)
|
2021-06-03 11:20:05 +01:00 |
|
danielalvsaaker
|
0837304f43
|
Change return value to Result for SinkWriter::write (#499)
|
2021-05-28 11:06:59 +01:00 |
|
fakeshadow
|
79fe8bd383
|
Add ActorFutureExt::boxed_local method (#493)
Co-authored-by: Rob Ede <robjtede@icloud.com>
|
2021-05-17 21:13:34 +01:00 |
|
fakeshadow
|
25266356d1
|
fix tests (#495)
|
2021-05-17 19:52:13 +01:00 |
|
Idan Arye
|
69be546a0f
|
Make Context::new() public (close #490) (#491)
Co-authored-by: Yuki Okushi <jtitor@2k36.org>
|
2021-04-06 22:20:06 +09:00 |
|
Rob Ede
|
2cb738a48c
|
add ActorTryFuture{Ext} traits (#419)
Co-authored-by: fakeshadow <24548779@qq.com>
|
2021-03-30 18:54:06 +01:00 |
|
Steve Swing
|
30038eb437
|
Minor error message edit. (#488)
|
2021-03-27 17:00:41 +09:00 |
|
Rob Ede
|
5d447fcd0a
|
fix broken doc link
|
2021-03-23 23:43:35 +00:00 |
|
Rob Ede
|
d3ab9dd1c2
|
prepare actix release 0.11.1
|
2021-03-23 23:37:50 +00:00 |
|
evdokimovs
|
d91fdc9716
|
Fix Future cancellation bug (#484)
|
2021-03-23 22:44:19 +00:00 |
|
Rob Ede
|
e379bb97e8
|
fix chat example link
closes #483
|
2021-03-21 08:50:34 +00:00 |
|
Rob Ede
|
c216f91cbc
|
fix changelog version
|
2021-03-21 07:20:15 +00:00 |
|
Rob Ede
|
8c96922ed8
|
release 0.11 (#482)
|
2021-03-21 07:11:36 +00:00 |
|
Rob Ede
|
d4a1efa0f3
|
fix stream name
|
2021-03-10 03:27:17 +00:00 |
|
Rob Ede
|
55726c2bd1
|
fix example listed features
|
2021-03-10 03:19:41 +00:00 |
|
Rob Ede
|
70a34177fb
|
improve stream handler docs
|
2021-03-10 03:14:49 +00:00 |
|
fakeshadow
|
99f4cb5549
|
early merge on every poll of message. (#480)
|
2021-03-09 00:17:25 +00:00 |
|
Folyd
|
4b6516fa23
|
Replace the Into implement to From<Addr> for Recipient and WeakRecipient (#479)
According to the [C-CONV-TRAITS](https://rust-lang.github.io/api-guidelines/interoperability.html#c-conv-traits) of Rust API Guidelines,
The following conversion traits should never be implemented:
- `Into`
- `TryInto`
These traits have a blanket impl based on `From` and `TryFrom`. Implement those instead.
|
2021-03-07 19:14:52 +00:00 |
|
fakeshadow
|
72c2919e05
|
use pinned sleep instead of boxed interval (#478)
|
2021-03-07 03:22:47 +00:00 |
|
fakeshadow
|
5c7daccbba
|
releax timeout in test_message_timeout (#477)
|
2021-03-05 12:14:25 +00:00 |
|
fakeshadow
|
a23d6a38d2
|
fix test_weak_address/test_stream_timeout (#476)
|
2021-03-04 15:31:55 +00:00 |
|
fakeshadow
|
47b546596a
|
remove IntoActorFuture trait (#475)
|
2021-03-03 19:11:24 +00:00 |
|
Rob Ede
|
cc597e7dcf
|
fmt
|
2021-03-03 18:49:31 +00:00 |
|
Rob Ede
|
22846b87ba
|
set appropriate feature guards in tests
|
2021-03-03 18:47:38 +00:00 |
|
Rob Ede
|
cf7a5fc28a
|
modernize ci setup
|
2021-03-03 18:39:58 +00:00 |
|
Rob Ede
|
3d5d718fc0
|
fix broker actix dep to include derive
|
2021-03-03 18:31:06 +00:00 |
|
Rob Ede
|
99cf9646a9
|
rename derive back to using underscore
crates.io won't let me change it
|
2021-03-03 17:32:47 +00:00 |
|
Rob Ede
|
9bd8428c43
|
increase tolerance on timeout test
|
2021-03-03 01:55:14 +00:00 |
|
Rob Ede
|
945d99669a
|
fix actix-derive dep
|
2021-03-03 01:16:29 +00:00 |
|
Rob Ede
|
4dbcc543c9
|
actix broker use ahash
|
2021-03-03 01:02:55 +00:00 |
|
Rob Ede
|
9ddc645a72
|
prepare actix-broker release 0.4.0-beta.1
|
2021-03-03 00:36:02 +00:00 |
|
Rob Ede
|
4b0eb072c8
|
prepare actix-derive release 0.6.0-beta.2
|
2021-03-03 00:34:35 +00:00 |
|
Rob Ede
|
7a938c7e53
|
prepare actix release 0.11.0-beta.3
|
2021-03-03 00:28:48 +00:00 |
|
fakeshadow
|
f8bb026466
|
refactor actix::fut module (#474)
|
2021-03-02 22:07:55 +00:00 |
|
fakeshadow
|
47888c98b3
|
fix earger self wakeup of actor stream (#473)
|
2021-03-02 16:38:25 +00:00 |
|
Rob Ede
|
96464cc9db
|
Update codecov.yml
|
2021-03-02 13:17:49 +00:00 |
|