-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathactors_api_guide_0.html
27 lines (27 loc) · 1.82 KB
/
actors_api_guide_0.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html dir="ltr" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="generator" content="HTML Tidy for Mac OS X (vers 25 March 2009), see www.w3.org" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Scala 2.8 アクター API</title>
<link rel="stylesheet" type="text/css" href="guide.css" />
</head>
<body bgcolor="#FFFFFF">
<blockquote style="border-left: 1px solid gray; font-family: Century, Times, 'Times New Roman', serif; padding-left: 1em;">
<p>Philipp Haller さんと Stephen Tu さんの "<a href="http://www.scala-lang.org/docu/files/actors-api/actors_api_guide.html">The Scala 2.8 Actors API</a>" を EPFL Scala Team の許可を得て翻訳しました。<br />
<a href="http://eed3si9n.com/">eed3si9n</a> による非公式翻訳 (user-contributed work) なので、EPFL は一切関知しません。
翻訳の間違い等があれば遠慮なく <a href="https://github.com/scalajp/scala-actors-doc-ja/issues">Issues</a> などでご指摘ください。</p>
</blockquote>
<h1 class="maketitle">Scala 2.8 アクター API</h1>
<h2 class="maketitle">Philipp Haller, Stephen Tu</h2>
<h3 class="maketitle">November 30, 2010</h3>
<p>このガイドは Scala 2.8 の <code>scala.actors</code> パッケージの API の説明をする。
型を論理的にひとまとまりになるグループに分けて、トレイトの継承も考慮に入れて整理してみた。
トレイトが定義するさまざまなメソッドの実行時の振る舞いに焦点を置くことで、 Scaladoc による API ドキュメントを補完できればいいと思っている。</p>
<hr />
<address>2010年11月30日</address>
<br />
</body>
</html>