dolittle-obsolete / DotNET.Fundamentals

Reusable, fundamental abstractions and building blocks
http://www.dolittle.io
MIT License
4 stars 8 forks source link

Introduce hooks for before an execution context is established and after it goes out of scope #254

Open einari opened 4 years ago

einari commented 4 years ago

Introduce a couple of interfaces, e.g. : ICanPerformActionsBeforeExecutionContextBegins and ICanPerformActionsAfterExecutionContextEnds or something to that effect.

This gives us hooks for other parts of the system to perform scoped actions - scoped to a well defined concept for execution context.

┆Issue is synchronized with this Asana task