Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit42c1a0b

Browse files
committed
make Coroutine.swift compatible with Xcode 13
1 parent9c395df commit42c1a0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Sources/SwiftCoroutine/Coroutine/Coroutine/Coroutine.swift‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public struct Coroutine {
122122
timer.schedule(deadline:.now()+ time)
123123
defer{ timer.cancel()}
124124
do{
125-
tryawait{
125+
tryself.await{
126126
timer.setEventHandler(handler: $0)
127127
timer.start()
128128
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp