Skip to content

A toy library based on `SourceGenerator` for await any object. 基于 `SourceGenerator` 的玩具库,用于 await 任何对象。

License

Notifications You must be signed in to change notification settings

ThisBoringWorld/AwaitAnyObject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AwaitAnyObject

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

安装 nuget 包:

dotnet add package AwaitAnyObject

eg:

await 1;
await "Hello";

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

About

A toy library based on `SourceGenerator` for await any object. 基于 `SourceGenerator` 的玩具库,用于 await 任何对象。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages