Skip to content
This repository was archived by the owner on Dec 19, 2018. It is now read-only.

Async startup #29

Closed
glennc opened this issue Apr 22, 2014 · 3 comments
Closed

Async startup #29

glennc opened this issue Apr 22, 2014 · 3 comments

Comments

@glennc
Copy link
Member

glennc commented Apr 22, 2014

We should allow middleware that does async stuff.

@Tratcher
Copy link
Member

Directly conflicts with #27.

@Eilon
Copy link
Contributor

Eilon commented Apr 23, 2014

I'm not sure it conflicts. This issue is saying that there should be a way for an app developer to write async startup code, not that the Startup method itself should be async (it shouldn't). For example, say we had a new StartupShutdownMiddleware and all it did was take in two optional delegates (one for startup, one for shutdown) and it knew to call them at the right point in time with proper async behavior. This is still separate from the Startup method -- that's just where the app developer glues things together.

@glennc glennc added this to the Backlog milestone Sep 12, 2014
@Tratcher Tratcher self-assigned this Sep 15, 2014
@Tratcher Tratcher removed their assignment Sep 16, 2014
@Tratcher Tratcher self-assigned this Oct 3, 2014
@Tratcher Tratcher removed this from the Backlog milestone Oct 3, 2014
@Tratcher
Copy link
Member

Cut.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants