Commit Graph

2 Commits

Author SHA1 Message Date
Christian Rocha a55bf775cd Add missing build tags to fix builds in BSD systems 2021-11-03 12:33:27 -04:00
Erik G e402e8b567
Cancelable reads (#120)
This commit implements cancelable reads, which allows Bubble Tea programs to run in succession in a single application. It also makes sure all goroutines terminate before `Program.Start()` returns.

Closes #24.
2021-09-28 13:30:11 -04:00