Prevent -> Preserve in ReadMe

master
neuecc 2020-06-21 23:11:47 +09:00
parent 3980f314fa
commit 93df9d7693
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ await task;
await task; // NG, throws Exception
```
Store to the class field, you can use `UniTask.Lazy` that gurantee call multipletimes. `.Prevent()` allows for multiple calls (internally cached results). This is useful when multiple calls in a function scope.
Store to the class field, you can use `UniTask.Lazy` that gurantee call multipletimes. `.Preserve()` allows for multiple calls (internally cached results). This is useful when multiple calls in a function scope.
Cancellation and Exception handling
---