We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9710473 commit 382cf91Copy full SHA for 382cf91
1 file changed
README.md
@@ -44,7 +44,7 @@ Wait for retrieval of external message - without consuming resources:
44
var fundsReserved = await Messages<FundsReserved>(timesOutIn: TimeSpan.FromMinutes(5));
45
```
46
### Suspension
47
-Suspends execution for a given duration — after which it will resume automatically from the same point.
+Suspends execution for a given duration (without taking up in-memory resources) - after which it will resume automatically from the same point.
48
```csharp
49
await Delay(TimeSpan.FromMinutes(5));
50
0 commit comments