https://github.com/soenneker/soenneker.utils.executioncontexts
Utilities for executing work inline or offloading to the thread pool based on the current synchronization context.
https://github.com/soenneker/soenneker.utils.executioncontexts
action async csharp dotnet executioncontexts executioncontextutil func inline invocation object offload state task utils valuetask
Last synced: 28 days ago
JSON representation
Utilities for executing work inline or offloading to the thread pool based on the current synchronization context.
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.utils.executioncontexts
- Owner: soenneker
- License: mit
- Created: 2026-01-08T17:45:15.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-03-04T23:16:32.000Z (about 1 month ago)
- Last Synced: 2026-03-04T23:49:01.160Z (about 1 month ago)
- Topics: action, async, csharp, dotnet, executioncontexts, executioncontextutil, func, inline, invocation, object, offload, state, task, utils, valuetask
- Language: C#
- Homepage: https://soenneker.com
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
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.utils.executioncontexts/)
[](https://github.com/soenneker/soenneker.utils.executioncontexts/actions/workflows/publish-package.yml)
[](https://www.nuget.org/packages/soenneker.utils.executioncontexts/)
[](https://github.com/soenneker/soenneker.utils.executioncontexts/actions/workflows/codeql.yml)
#  Soenneker.Utils.ExecutionContexts
### Utilities for executing work inline or offloading to the thread pool based on the current synchronization context.
## Installation
```
dotnet add package Soenneker.Utils.ExecutionContexts
```