Update README.md

This commit is contained in:
Yoshifumi Kawai
2020-06-11 17:48:41 +09:00
committed by GitHub
parent 344ae0738c
commit d081e5f40b

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` |