2 files changed
+2
-2
lines changedSubmodule thespis_impl updated 35 files
- Cargo.toml+5-1
- Cargo.yml+4-1
- benches/multi_thread/delivery.rs+4-4
- benches/single_thread/delivery.rs+4-4
- examples/multi_thread/basic.rs+2-2
- examples/multi_thread/move_fut.rs+2-2
- examples/single_thread/across_yields.rs+2-2
- examples/single_thread/basic.rs+2-2
- examples/single_thread/no_rt.rs+2-2
- examples/single_thread/perf.rs+4-4
- examples/single_thread/recipient.rs+3-3
- examples/single_thread/remote/Cargo.toml-4
- examples/single_thread/remote/Cargo.yml-2
- examples/single_thread/remote/src/common.rs+8-20
- examples/single_thread/remote/src/peera.rs+7-9
- examples/single_thread/remote/src/peerb.rs+3-3
- examples/single_thread/tokio.rs+2-2
- src/lib.rs+10
- src/multi_thread/address.rs+200-23
- src/multi_thread/envelope.rs+6-6
- src/remote/multi_service.rs+23-13
- src/remote/peer.rs+25-11
- src/remote/peer/call.rs+3-3
- src/remote/peer/close_connection.rs+2-2
- src/remote/peer/connection_error.rs+4
- src/remote/peer/incoming.rs+10-13
- src/remote/service_map_macro.rs+74-59
- src/single_thread/address.rs+35-28
- src/single_thread/envelope.rs+4-4
- src/single_thread/mailbox.rs+4-3
- tests/common/actors.rs+4-4
- tests/no_rt_single.rs+3-3
- tests/remote.rs+17-35
- tests/rt_tokio.rs+2-2
- tests/single_thread.rs+3-3
0 commit comments