Konrad `ktoso` Malawski
|
fbc829fbbd
|
[Distributed] Don't hang, but throw when target accessor not found
|
2022-07-29 09:33:38 +09:00 |
|
Allan Shortlidge
|
f0360a2984
|
Fix trivial warnings emitted during a full build.
|
2022-04-05 17:16:19 -07:00 |
|
Konrad `ktoso` Malawski
|
4f8c0152c3
|
update some missing places with _
|
2022-03-16 08:35:37 +09:00 |
|
Pavel Yaskevich
|
9bf03b6c8e
|
[Distributed] Teach runtime that _executeDistributedTarget and accessors are generic over decoder type
|
2022-02-16 11:16:12 -08:00 |
|
Pavel Yaskevich
|
39a66b5edb
|
[Distributed] Treat swift_distributed_execute_target like a regular async function
This means that:
- It's allowed to be generic;
- It doesn't need special context + resume handling micro-optimization.
|
2022-02-15 16:02:36 -08:00 |
|
Pavel Yaskevich
|
d0fdf20552
|
[Distributed] Runtime: Switch to use argument decoder instead of heterogeneous buffer
|
2022-01-29 14:33:41 -08:00 |
|
Pavel Yaskevich
|
624b27257a
|
[Distributed] Move some of the swift_distributed_* accessors to a dedicated file
Add a new `DistributedActor.cpp` and move some of the logic related to
swift_distributed_execute_target there to avoid exporting it from Concurrency.
|
2022-01-24 18:22:37 -08:00 |
|