# Actors.jl questions

**URL:** https://discourse.julialang.org/t/actors-jl-questions/73794
**Category:** General Usage
**Tags:** question, actors
**Created:** [December 29, 2021, 10:26pm UTC](https://discourse.julialang.org/t/actors-jl-questions/73794 "2021-12-29T22:26:48Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![jonoke](https://avatars.discourse-cdn.com/v4/letter/j/a8b319/32.png) [@jonoke](https://discourse.julialang.org/u/jonoke)
#### Post date: [December 29, 2021, 10:26pm UTC](https://discourse.julialang.org/t/actors-jl-questions/73794/1 "2021-12-29T22:26:48Z")

</div>

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 ? 🙂 )

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

Thanks  
Jon
