Skip to content

feat: implement Send for HostMemory#127

Merged
theHamsta merged 1 commit into
rustnn:mainfrom
theHamsta:send-host-memory
Jul 17, 2026
Merged

feat: implement Send for HostMemory#127
theHamsta merged 1 commit into
rustnn:mainfrom
theHamsta:send-host-memory

Conversation

@theHamsta

@theHamsta theHamsta commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

This allows transferring this memory to other threads, and complete thread-safety if wrapped by a Mutex.

Fixes #126

This allows transferring this memory to other threads,
and complete thread-safety if wrapped by a Mutex.

Fixes rustnn#126
@theHamsta
theHamsta merged commit 75b05f3 into rustnn:main Jul 17, 2026
5 checks passed
@theHamsta
theHamsta deleted the send-host-memory branch July 17, 2026 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Consider HostMemory being Send

1 participant