class haxe.remoting.AsyncAdapter implements AsyncConnection

Available on all platforms

Build an AsyncConnection from a synchronized Connection.

Class Fields

static function create(cnx:Connection):AsyncConnection

Instance Fields

function call(params:Array<Dynamic>, ?onResult:Dynamic ->Void):Void