asynccount

command
v0.0.0-...-b8644d8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 16, 2021 License: Unlicense Imports: 6 Imported by: 0

README

Async Count – an asynchronous Counter

UI for an anychronous counter

This example is about finding a way to offload domain-model actions. Operations on domain objects generally are too costly to be executed on the rendering-goroutine. We need an expressive way of offloading these and have a transparent event routing model to keep user-level code understandable. We strive for compactness and readability for the component's code.

Pressing the button will simulate a delay typical for an expensive operation on domain level. The UI should remain responsive, until the proessing is done and the count is updated.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL