mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: tweak profiles, rename debug-fast to profiling (#9051)
This commit is contained in:
@ -464,7 +464,7 @@ impl TaskExecutor {
|
||||
error!("{task_error}");
|
||||
let _ = panicked_tasks_tx.send(task_error);
|
||||
})
|
||||
.map(|_| ())
|
||||
.map(drop)
|
||||
.in_current_span();
|
||||
|
||||
self.handle.spawn(task)
|
||||
@ -513,7 +513,7 @@ impl TaskExecutor {
|
||||
error!("{task_error}");
|
||||
let _ = panicked_tasks_tx.send(task_error);
|
||||
})
|
||||
.map(|_| ())
|
||||
.map(drop)
|
||||
.in_current_span();
|
||||
|
||||
self.handle.spawn(task)
|
||||
|
||||
Reference in New Issue
Block a user