GrimoireGL / GrimoireJS

A WebGL framework for Web development.
https://grimoire.gl
MIT License
350 stars 24 forks source link

Feature for waiting finish of broadcasting Message #532

Open kyasbal opened 7 years ago

kyasbal commented 7 years ago

Waiting message broadcasting in parent node is necessary.

public async $mount(){
// Do something on mount message received
await this.waitForBroadcastingMessage();
// Do something after mount message finished
}