actors with daemon-style semantics
Asked Answered
W

2

5

Scala 2.8 was announced yesterday. They highlight among other things "Enhanced actors".

What does "actors with daemon-style semantics" mean and where can I find more about that?

Wyly answered 15/7, 2010 at 17:34 Comment(0)
N
9

It means the same as with daemon threads: A live daemon actor will not keep a system from exiting when 'main' finishes

Northcliffe answered 15/7, 2010 at 17:57 Comment(0)
W
2

Right. I was looking for a method in actor, but it's a trait by its own: DaemonActor

Wyly answered 15/7, 2010 at 18:8 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.