So something like: ``` //Configure Kovenant to use...
# kovenant
m
So something like:
Copy code
//Configure Kovenant to use direct dispatching
//So no multithreading here
Kovenant.testMode {
    //handle any uncaught errors
    //e.g. when callback methods themselves 
    //throw exceptions
    throwable -> fail(throwable.message)

}