Skip to content

Commit 2234334

Browse files
imsingoeed3si9n
authored andcommitted
Update The_Scala_Actors_API.md
update links
1 parent ea4d5e3 commit 2234334

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cn/overviews/core/The_Scala_Actors_API.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,4 +289,3 @@ scheduler用于执行一个Reactor实例(或子类型的一个实例)。Reac
289289
val future = myRemoteActor !! "What is the last digit of PI?"
290290
记住:select方法是惰性的,它不实际初始化任何网络连接。仅当必要时(例如,调用!时),它会单纯地创建一个新的,准备好初始化新网络连接的AbstractActor实例。
291291

292-
更多详细内容参考官网:http://docs.scala-lang.org/overviews/core/actors.html

0 commit comments

Comments
 (0)