Update README.md

master
Yoshifumi Kawai 2020-06-11 17:48:41 +09:00 committed by GitHub
parent 344ae0738c
commit d081e5f40b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -687,7 +687,7 @@ UniTask has many standard Task-like APIs. This table shows what is the alternati
Use standard type.
| .NET Type | UniTask Type |
| --- | --- | --- |
| --- | --- |
| `IProgress<T>` | --- |
| `CancellationToken` | --- |
| `CancellationTokenSource` | --- |
@ -695,7 +695,7 @@ Use standard type.
Use UniTask type.
| .NET Type | UniTask Type |
| --- | --- | --- |
| --- | --- |
| `Task`/`ValueTask` | `UniTask` |
| `Task<T>`/`ValueTask<T>` | `UniTask<T>` |
| `void` | `UniTaskVoid` |