Skip to content

Commit

Permalink
Update coroutines.md
Browse files Browse the repository at this point in the history
CedNaru authored Oct 5, 2024
1 parent b820b11 commit fffd500
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/doc/user-guide/coroutines.md
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ To use it, you need to add the following to your build.gradle:

```kotlin
godot {
enableGodotCoroutines.set(true)
isGodotCoroutinesEnabled.set(true)
}
```

@@ -21,4 +21,4 @@ fun myMethod() = godotCoroutine {
mySignal.await() // the current coroutine will suspend until that signal is emitted.
doSomething2()
}
```
```

0 comments on commit fffd500

Please sign in to comment.