This repository has been archived by the owner on Feb 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
JacopoWolf edited this page Apr 21, 2021
·
27 revisions
⚠️ v4.0.0 is under development, and the wiki has been left kind of beheind in the meantime.
I aim to rewrite it decently once the new version has been rolled out in beta.
- Easy-to-use
- Fast, and even faster if you read the docs and get to know how to optimize development!
-
Managed, everything is wrapped in a
StackWrapper
- Highly-customizable behavior with a dedicated settings class
-
Explicit, with
[Service]
and[Served]
attributes required by default -
Simple asynchronous development, using an
await foreach
on aIAsyncEnumerable
of completed tasks - Thread safe
- Tutorial - learn how to use this library/framework
- Examples - some useful references to get yourself started
- Features - learn useful features
- Default Settings - reference for various presets
- Exceptions - common causes and solutions
- Known Issues - Unsolvable bugs
- Architecture - how StackInjector works internally