Skip to content

Instantly share code, notes, and snippets.

@vlio20
Created September 9, 2019 18:41
Show Gist options
  • Save vlio20/06f9fea72e231c27e2290139b5325d36 to your computer and use it in GitHub Desktop.
Save vlio20/06f9fea72e231c27e2290139b5325d36 to your computer and use it in GitHub Desktop.
throttle
class MapView {
@throttle(1000);
logEvent(evwnts: AppEvent): void {
// some code
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment