You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -141,7 +141,7 @@ public async Task WaitForEvent()
141
141
Async.ReleaseResumer(resumer);
142
142
}
143
143
```
144
-
Notice that IResumers are pooled and should be released when not needed. They can be re-used multiple times, but need to have their Reset() method called after each call to WaitForResumer.
144
+
Notice that IResumers are pooled and should be released when not needed. They can be re-used multiple times, however.
145
145
146
146
IResumers are also "smart" about being called before being awaited upon.
0 commit comments