From f42f45fad3f5229f2ac5ec4dede5608338a0b01c Mon Sep 17 00:00:00 2001 From: Roi Martin Date: Tue, 26 Jan 2016 10:19:11 +0100 Subject: [PATCH] Update README with information about concurrency --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d30109..bf01ac0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# GOCUI - Go Console User Interface +# GOCUI - Go Console User Interface [![GoDoc](https://godoc.org/github.com/jroimartin/gocui?status.svg)](https://godoc.org/github.com/jroimartin/gocui) Minimalist Go package aimed at creating Console User Interfaces. @@ -45,6 +45,13 @@ func main() { } ``` +## Concurrency + +Gocui implements mechanisms to be concurrent safe. Specifically, Gui and View +objects must be updated from a layout function or via *Gui.Execute. + +For more information, see _examples/goroutine.go + ## Screenshots _examples/demo.go: