saskodh / framework

Lightweight web framework for NodeJS inspired by Spring framework
26 stars 5 forks source link

Add support for @Async methods #4

Open saskodh opened 8 years ago

saskodh commented 8 years ago

Background

Spring supports running code in a new thread from methods annotated with @Async annotation. Example: https://spring.io/guides/gs/async-method/

Goal

Have support for running code in a new worker from methods decorated with @Async decorator.

draganAndonovski commented 8 years ago

Async: