Show cursors for remote participants
This commit is contained in:
parent
26a3f68080
commit
0ca9f286c6
6 changed files with 122 additions and 4 deletions
|
@ -68,7 +68,7 @@ where
|
|||
/// Run the task to completion in the background and log any
|
||||
/// errors that occur.
|
||||
#[track_caller]
|
||||
pub fn detach_and_log_err(self, cx: &mut AppContext) {
|
||||
pub fn detach_and_log_err(self, cx: &AppContext) {
|
||||
let location = core::panic::Location::caller();
|
||||
cx.foreground_executor()
|
||||
.spawn(self.log_tracked_err(*location))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue