dispatch_async


Description:

[ Version ( since = "0.3" ) ]
protected async bool dispatch_async (Request req, Response res) throws Error

Dispatch the request asynchronously.

Note that this is equivalent to calling VSGI.Server.dispatch for the moment, but an eventual release with support of asynchronous delegates would literally yield from the application callback.