Skip to content

Commit 382cf91

Browse files
authored
Update README.md
1 parent 9710473 commit 382cf91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Wait for retrieval of external message - without consuming resources:
4444
var fundsReserved = await Messages<FundsReserved>(timesOutIn: TimeSpan.FromMinutes(5));
4545
```
4646
### Suspension
47-
Suspends execution for a given duration after which it will resume automatically from the same point.
47+
Suspends execution for a given duration (without taking up in-memory resources) - after which it will resume automatically from the same point.
4848
```csharp
4949
await Delay(TimeSpan.FromMinutes(5));
5050
```

0 commit comments

Comments
 (0)