swift
Distributed actor isolation
#39558
Merged
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Overview
Commits
12
Changes
View On
GitHub
Commits
Initialize ApplyExpr.ShouldApplyDistributedThunk
DougGregor
committed
4 years ago
Remove unnecessary 'distributed' checks in actor isolation code.
DougGregor
committed
4 years ago
A @_distributedActorIndependent declaration is nonisolated.
DougGregor
committed
4 years ago
Remove a dead diagnostic
DougGregor
committed
4 years ago
Stop relying on `@_distributedActorIndependent` anywhere.
DougGregor
committed
4 years ago
Remove `@_distributedActorIndependent` attribute entirely.
DougGregor
committed
4 years ago
Remove the unused ActorIsolationRestriction::CrossDistributedActorSelf
DougGregor
committed
4 years ago
Silly fix for mismatched curly braces
DougGregor
committed
4 years ago
Fold a bunch of identical tryMarkImplicitlyAsync calls into one.
DougGregor
committed
4 years ago
Don't mark calls to async methods of distributed actors implicitly-async
DougGregor
committed
4 years ago
Unify 'distributed' checking for accesses to distributed actors.
DougGregor
committed
4 years ago
Fix incorrect comment in Attr.def
DougGregor
committed
4 years ago
Loading