Skip to content

named executor failure #567

@jknack

Description

@jknack

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions