https://github.com/soenneker/soenneker.invocations.asyncs.funcs
Primitive for representing deferred, stateful async function invocations with zero closure allocations.
https://github.com/soenneker/soenneker.invocations.asyncs.funcs
async asyncfuncinvocation asyncs csharp dotnet func funcs invocation invocations object state
Last synced: 2 months ago
JSON representation
Primitive for representing deferred, stateful async function invocations with zero closure allocations.
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.invocations.asyncs.funcs
- Owner: soenneker
- License: mit
- Created: 2026-01-08T17:20:55.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-04-21T20:55:45.000Z (2 months ago)
- Last Synced: 2026-04-21T22:39:11.147Z (2 months ago)
- Topics: async, asyncfuncinvocation, asyncs, csharp, dotnet, func, funcs, invocation, invocations, object, state
- Language: C#
- Homepage: https://soenneker.com
- Size: 98.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
[](https://www.nuget.org/packages/soenneker.invocations.asyncs.funcs/)
[](https://github.com/soenneker/soenneker.invocations.asyncs.funcs/actions/workflows/publish-package.yml)
[](https://www.nuget.org/packages/soenneker.invocations.asyncs.funcs/)
[](https://github.com/soenneker/soenneker.invocations.asyncs.funcs/actions/workflows/codeql.yml)
#  Soenneker.Invocations.Asyncs.Funcs
### Primitive for representing deferred, stateful async function invocations with zero closure allocations.
## Installation
```
dotnet add package Soenneker.Invocations.Asyncs.Funcs
```