Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
Updated README; switched to Markdown.
Browse files Browse the repository at this point in the history
  • Loading branch information
szegedi committed Sep 16, 2010
1 parent f0e7537 commit 19add7a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 14 deletions.
14 changes: 0 additions & 14 deletions README

This file was deleted.

22 changes: 22 additions & 0 deletions README.markdown
@@ -0,0 +1,22 @@
TwitterActors
=============

A fork of the actor library from Scala 2.7.7 that completely removes Scala's
built-in copies of `java.util.concurrent.*` classes and instead relies on
their original versions in the standard Java library, without any functional
changes.

Why?
----
The built-in copies are from an old version of the Doug Lea's public-domain
code. The Java runtimes ship with versions of the code that is kept
up-to-date, with bugs being fixed and code begin enhanced. Simply by upgrading
to a new Java runtime, the actor runtime will benefit from any improvements to
the concurrent classes.

Usage
-----
In order to use this library instead of Scala actor library, import
`com.twitter.actors.*` instead of `scala.actors.*` in your code.

Attila Szegedi <<szegedia@gmail.com>>

0 comments on commit 19add7a

Please sign in to comment.