diff --git a/latest/docs/redwood-treehouse-host/app.cash.redwood.treehouse/-treehouse-app/-factory/dispatchers.html b/latest/docs/redwood-treehouse-host/app.cash.redwood.treehouse/-treehouse-app/-factory/dispatchers.html deleted file mode 100644 index 644b6f8b83..0000000000 --- a/latest/docs/redwood-treehouse-host/app.cash.redwood.treehouse/-treehouse-app/-factory/dispatchers.html +++ /dev/null @@ -1,76 +0,0 @@ - - -
- -Release the threads owned by this instance. On most platforms this will not release the UI thread, as it is not owned by this instance.
Most applications should not to call this; instead they should allow these dispatchers to run until the process exits. This may be useful in tests.
Release the threads owned by this instance. On most platforms this will not release the UI thread as it is not owned by this instance.
This is called by TreehouseApp.close.