aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/bindings/error.rs
diff options
context:
space:
mode:
authorJonathan Schwender <55576758+jschwe@users.noreply.github.com>2025-04-30 09:09:38 +0200
committerGitHub <noreply@github.com>2025-04-30 07:09:38 +0000
commitc46402e222c763181ef08d25543f8205d9523a41 (patch)
treecddf6f7504d79a6c4b08829109e21b29bbd70dba /src/components/script/dom/bindings/error.rs
parent955149b194fee35acce75eb3ebea37a3c0b6b473 (diff)
downloadservo-c46402e222c763181ef08d25543f8205d9523a41.tar.gz
servo-c46402e222c763181ef08d25543f8205d9523a41.zip
Remove lock around tokio-rt handle (#36762)
It seems sub-optimal to to sequentialise execution by grabbing a lock, each time we want to spawn a task onto the tokio runtime. We don't need the lock either, so it makes sense to just remove it, which also simplifies a bunch of the using code. Testing: Covered by existing tests Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>
Diffstat (limited to 'src/components/script/dom/bindings/error.rs')
0 files changed, 0 insertions, 0 deletions