Browse Source

Update AsyncConnection.hx

Mark Knol 10 năm trước cách đây
mục cha
commit
a0541e46fd
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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;