isshoni-soft / winry

Isshoni Bootstrapper, uses introspection & code generation to streamline bootstrapping & general development
0 stars 0 forks source link

Create an Async annotation for injected classes #3

Closed Dragovorn closed 3 years ago

Dragovorn commented 3 years ago

Like Spring, Winry should have the functionality to allow the user to mark an injected classes' method as async and have Winry handle the asynchronous-ness. Async marked methods should be allowed to return nothing or a Future object.