A toy library based on `SourceGenerator` for await any object. 基于 `SourceGenerator` 的玩具库,用于 await 任何对象。
License
MIT
Deps
0
Install Size
—
Vulns
✓ 0
Published
Oct 20, 2022
$ dotnet add package AwaitAnyObject
一个基于 SourceGenerator 的玩具库,用于 await 任何对象。
SourceGenerator
await
eg:
await 1; await "Hello";