File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,6 @@ extension Task where Success == Never, Failure == Never {
8
8
/// [this Swift Forums post](https://forums.swift.org/t/reliably-testing-code-that-adopts-swift-concurrency/57304).
9
9
/// You may, however, prefer to use ``withMainSerialExecutor(operation:)-79jpc`` to improve the
10
10
/// reliability of async tests, and to make their execution deterministic.
11
- ///
12
- /// > Note: When invoked from ``withMainSerialExecutor(operation:)-79jpc``, or when
13
- /// > ``uncheckedUseMainSerialExecutor`` is set to `true`, `Task.megaYield()` is equivalent to
14
- /// > a single `Task.yield()`.
15
11
public static func megaYield( count: Int = _defaultMegaYieldCount) async {
16
12
// TODO: Investigate why mega yields are still necessary in TCA's test suite.
17
13
// guard !uncheckedUseMainSerialExecutor else {
You can’t perform that action at this time.
0 commit comments