@@ -53,7 +53,6 @@ typealias Mutex = Synchronization.Mutex
53
53
/// - handler: Cancellation closure executed when the current Task is cancelled. Handler is always
54
54
/// called _after_ the body closure is completed.
55
55
/// - Returns: The value continuation is resumed with.
56
- @inlinable
57
56
public func withIdentifiableContinuation< T> (
58
57
isolation: isolated ( any Actor ) ? = #isolation,
59
58
function: String = #function,
@@ -101,7 +100,6 @@ public func withIdentifiableContinuation<T>(
101
100
/// - handler: Cancellation closure executed when the current Task is cancelled. Handler is always
102
101
/// called _after_ the body closure is completed.
103
102
/// - Returns: The value continuation is resumed with.
104
- @inlinable
105
103
public func withIdentifiableThrowingContinuation< T> (
106
104
isolation: isolated ( any Actor ) ? = #isolation,
107
105
function: String = #function,
@@ -150,7 +148,6 @@ public func withIdentifiableThrowingContinuation<T>(
150
148
/// - handler: Cancellation closure executed when the current Task is cancelled. Handler is always called _after_ the body closure is compeled.
151
149
/// - Returns: The value continuation is resumed with.
152
150
@_unsafeInheritExecutor
153
- @inlinable
154
151
public func withIdentifiableContinuation< T> (
155
152
isolation: isolated some Actor ,
156
153
function: String = #function,
@@ -199,7 +196,6 @@ public func withIdentifiableContinuation<T>(
199
196
/// - handler: Cancellation closure executed when the current Task is cancelled. Handler is always called _after_ the body closure is compeled.
200
197
/// - Returns: The value continuation is resumed with.
201
198
@_unsafeInheritExecutor
202
- @inlinable
203
199
public func withIdentifiableThrowingContinuation< T> (
204
200
isolation: isolated some Actor ,
205
201
function: String = #function,
0 commit comments