Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 261 Bytes

File metadata and controls

16 lines (12 loc) · 261 Bytes

AwaitAnyObject

一个基于 SourceGenerator 的玩具库,用于 await 任何对象。

安装 nuget 包:

dotnet add package AwaitAnyObject

eg:

await 1;
await "Hello";

仅供娱乐,请勿在生产环境中使用!!!