Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: defer initialization of Eventloop
If layers are updated before building a eventloop inside the layer-class is used. Once this completes it would reset the asyncio event loop for this task and this resting the event loop from the builder. Avoid this by defer the initialization of the Eventloop for build.
- Loading branch information