gizak / termui

Golang terminal dashboard
MIT License
13.06k stars 783 forks source link

Add alternative PollEvents() impl to prevent goroutine leaking #273

Open andrievsky opened 3 years ago

andrievsky commented 3 years ago

Add PollEventsWithContext(ctx context.Context) as an alternative to PollEvents() which prevents goroutine leaking