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 56bd862 commit ecb64cfCopy full SHA for ecb64cf
workflow/deterministic_wrappers.go
@@ -49,7 +49,8 @@ type (
49
WaitGroup = internal.WaitGroup
50
)
51
52
-// Blocks the calling thread until condition() returns true
+// Blocks the calling thread until condition() returns true.
53
+// Do not mutate values or trigger side effects inside condition.
54
// Returns CanceledError if the ctx is canceled.
55
// The following code is going to block until the captured count
56
// variable is set to 5.
0 commit comments