We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e952e9 commit f8f107fCopy full SHA for f8f107f
stdlib/public/Concurrency/Task+immediate.swift.gyb
@@ -56,9 +56,9 @@ import Swift
56
extension Task where Failure == ${FAILURE_TYPE} {
57
58
% if IS_DETACHED:
59
- /// Create and immediately start running a new task in the context of the calling thread/task.
60
- % else:
61
/// Create and immediately start running a new detached task in the context of the calling thread/task.
+ % else:
+ /// Create and immediately start running a new task in the context of the calling thread/task.
62
% end # IS_DETACHED
63
///
64
/// This function _starts_ the created task on the calling context.
0 commit comments