actors example and related bug fixes

This commit is contained in:
Alex Tkachman
2012-02-02 11:15:26 +02:00
parent 0739332d97
commit fd3ae3923a
22 changed files with 1239 additions and 8 deletions
+1
View File
@@ -9,6 +9,7 @@ fun typeinfo<T>() : TypeInfo<T>
fun typeinfo<T>(expression : T) : TypeInfo<T>
annotation class volatile
annotation class atomic
fun <R> synchronized(lock: Any, block : () -> R) : R