Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/guides/threading.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,12 @@ to force quit your program.

So whenever possible, sprinkle your long-running functions with `yield`.

```{note}
Starting with napari 0.6.5 workers get registered as a running task and a confirmation
dialog will be shown if they are still running when closing the napari GUI via
its close button.
```

## Full two-way communication

So far we've mostly been *receiving* results from the threaded function, but we
Expand Down