ratatui-website icon indicating copy to clipboard operation
ratatui-website copied to clipboard

New counter tutorial part 3: using a channel for logs

Open kdheepak opened this issue 11 months ago • 1 comments

Based on discussion on Discord, this is a good idea for a section in the counter tutorial.

kdheepak avatar Mar 15 '24 10:03 kdheepak

A stub of this is at https://github.com/ratatui-org/ratatui-website/tree/jm/counter-app-events/code/counter-app-events

TODO - change the implementation of the logging to use an mpsc::Channel instead of a shared Vec. and simplify the event idea.

Relevant Discord link: https://discord.com/channels/1070692720437383208/1072907135664529508/1218061222365237258

joshka avatar Mar 15 '24 22:03 joshka