Documentation ¶ Overview ¶ This example demonstrates using goncurses with Go's built-in concurrency primitives. It is key to ensure no reads or writes occur concurrently to a window or screen. Another method would be to use a global mutex. Source Files ¶ View all Source files concur.go Click to show internal directories. Click to hide internal directories.