Currently class instances can not
directly be created asyncronously.

Yes, there are other means for async
creation. (As we have discussed before,
factories, __new__ is a coroutine, etc)

However, having all creation logic, under
the class definition and similar to
__init__ is more elegant.

Regards,
Imran

Reply via email to