@bigzaphod Is OSLog Logger Sendable? https://forums.developer.apple.com/forums/thread/747816?answerId=781922022#781922022
So `@ preconcurrency` seems legit…
@PeterSommerlad Sorry for the late reply.
My account works fine with Mastoot today, does the issue still exist on your side?
@bigzaphod Is OSLog Logger Sendable? https://forums.developer.apple.com/forums/thread/747816?answerId=781922022#781922022
So `@ preconcurrency` seems legit…
@jjoelson @shadowfacts @mattiem Even you somehow get these tasks executing in order, if I understand correctly, the actor has also no guarantee for the order of awaited `update(offset:)` calls.
> This is conceptually similar to a serial DispatchQueue, but with an important difference: tasks awaiting an actor are not guaranteed to be run in the same order they originally awaited that actor.
https://github.com/apple/swift-evolution/blob/main/proposals/0306-actors.md#actor-isolation