Explorar o código

Update AsyncConnection.hx

Mark Knol %!s(int64=10) %!d(string=hai) anos
pai
achega
a0541e46fd
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      std/haxe/remoting/AsyncConnection.hx

+ 3 - 0
std/haxe/remoting/AsyncConnection.hx

@@ -21,6 +21,9 @@
  */
 package haxe.remoting;
 
+/**
+	For asynchronous connections, where the results are events that will be resolved later in the execution process.
+*/
 interface AsyncConnection implements Dynamic<AsyncConnection> {
 
 	function resolve( name : String ) : AsyncConnection;