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: 20 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 (6 months ago)
- Default Branch: main
- Last Pushed: 2026-06-05T15:45:31.000Z (21 days ago)
- Last Synced: 2026-06-05T16:12:09.333Z (21 days ago)
- Topics: action, async, csharp, dotnet, executioncontexts, executioncontextutil, func, inline, invocation, object, offload, state, task, utils, valuetask
- Language: C#
- Homepage: https://soenneker.com
- Size: 154 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
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
```