The following code results in exception: ``` { executor("async", Executors.newFixedThreadPool(10)); get("/556/async", deferred("async", () -> "Async")); } ``` The error occurs bc the `default` executor wasn't set. This problem is a side effect of #506
The following code results in exception:
The error occurs bc the
defaultexecutor wasn't set.This problem is a side effect of #506