Tachikoma does not show errors if app is started in another thread #20

Closed
opened 2026-03-18 10:43:53 -07:00 by ronisbr · 1 comment
ronisbr commented 2026-03-18 10:43:53 -07:00 (Migrated from github.com)

Hi @kahliburke !

If I start app in another thread like:

Threads.@spawn begin
    app(tui)
end

and there is an error inside view for example, the TUI just opens and disappears without throwing the error even if I use on_stderr.

Hi @kahliburke ! If I start `app` in another thread like: ```julia Threads.@spawn begin app(tui) end ``` and there is an error inside `view` for example, the TUI just opens and disappears without throwing the error even if I use `on_stderr`.
kahliburke commented 2026-03-18 11:54:02 -07:00 (Migrated from github.com)

Thanks will take a look!

Thanks will take a look!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
kahliburke/Tachikoma.jl#20
No description provided.