Skip to content

Commit cc4e9c4

Browse files
committed
link doc
1 parent dca0179 commit cc4e9c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/workers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,6 @@ Note the use of [get_current_worker][textual.worker.get_current_worker] which th
176176

177177
#### Posting messages
178178

179-
Most Textual functions are not thread-safe which means you will need to use `call_from_thread` to run them from a thread worker.
179+
Most Textual functions are not thread-safe which means you will need to use [call_from_thread][textual.app.App.call_from_thread] to run them from a thread worker.
180180
An exception would be [post_message][textual.widget.Widget.post_message] which *is* thread-safe.
181181
If your worker needs to make multiple updates to the UI, it is a good idea to send [custom messages](./events.md) and let the message handler update the state of the UI.

0 commit comments

Comments
 (0)