From a70acf853de62d0754ca95aa4103712b82afdef8 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Wed, 17 Oct 2018 18:40:15 +0200 Subject: API Documentation for KVision 0.0.18 --- api/pl.treksoft.kvision.remote/async.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 api/pl.treksoft.kvision.remote/async.html (limited to 'api/pl.treksoft.kvision.remote/async.html') diff --git a/api/pl.treksoft.kvision.remote/async.html b/api/pl.treksoft.kvision.remote/async.html new file mode 100644 index 00000000..c69cfbf2 --- /dev/null +++ b/api/pl.treksoft.kvision.remote/async.html @@ -0,0 +1,21 @@ + + + +async - kvision + + + +kvision / pl.treksoft.kvision.remote / async
+
+

async

+ +fun <RESP> Request?.async(block: (Request) -> RESP): Deferred<RESP> +

A helper extension function for asynchronous request processing.

+ +fun <RESP> Request?.async(block: (Request, <ERROR CLASS>) -> RESP): Deferred<RESP> +

A helper extension function for asynchronous request processing with session.

+ +fun <RESP> Request?.async(block: (Request, <ERROR CLASS>, Profile) -> RESP): Deferred<RESP> +

A helper extension function for asynchronous request processing with session and user profile.

+ + -- cgit