alexcrichton opened PR #1323 from target-isa-send
to master
:
The
TargetIsa
trait already requires that the implementor isSync
to
be shared across threads, and this commit adds in an additional
restriction ofSend
to ensure that the type can be sent-by-value
across threads as well.This is part of an effort to make various data structures in
wasmtime
sendable/shareable across threads.
alexcrichton requested bnjbvr for a review on PR #1323.
bnjbvr submitted PR Review.
bnjbvr merged PR #1323.
Last updated: Nov 22 2024 at 16:03 UTC