Actors.jl questions

Hi,

is there an Actors.jl or ActorsGroup email list - or is here the right place for questions?

So, I’ve started looking at Actors.jl and discovered that all actors created by spawn go on the current thread. I see there is a “thrd” argument where you can specifiy the thread … but is there a way for it to be managed automatically (or do I have to write an actor for that ? :slight_smile: )

Also is there any documentation on the internals - specifically how messages are scheduled/allocated/managed?

Thanks
Jon