- Medium: It contributes to significant difficulty to complete my task, but I can work around it.
When I create an instance of an actor class, how can I wait till instance creation?
Basically, my actor class instructor (__init__
function) is taking time. So how can I wait for that, while creating new instance of this class?