pointfreeco / swift-concurrency-extras

Useful, testable Swift concurrency.
MIT License
343 stars 23 forks source link

Drop inner `@MainActor` from `withMainSerialExecutor` #28

Closed stephencelis closed 4 months ago

stephencelis commented 4 months ago

The inner operation is implicitly main actor, so no need to be explicit about it.

Fixes #27.