How to know when composer.render() completes in threejs

Hi,

Is there any indicator to know when post-processing is completed. i.e when composer.render() completes.

Thanks

Since the method is synchronous the completion is right after the method call.