Преглед на файлове

Update AsyncConnection.hx

Mark Knol преди 10 години
родител
ревизия
a0541e46fd
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  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;