Skip to content

Instantly share code, notes, and snippets.

@plutov
Created June 11, 2019 09:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save plutov/c0ca55ff458fa8b02bbd83411c245bf1 to your computer and use it in GitHub Desktop.
Save plutov/c0ca55ff458fa8b02bbd83411c245bf1 to your computer and use it in GitHub Desktop.
wails-5
mounted: function() {
wails.events.on("cpu_usage", cpu_usage => {
if (cpu_usage) {
console.log(cpu_usage.avg);
}
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment