When in child thread do some code with: ``` class AAA; end Thread.new do a = AAA.new end ``` Will tiggers: ``` undefined class/module 'AAA' ``` Maybe symbols are not beeing migrate?
When in child thread do some code with:
Will tiggers:
Maybe symbols are not beeing migrate?