Skip to content

Commit 2d9a556

Browse files
authored
Add shared native memory proposal (#4515)
1 parent d0edda9 commit 2d9a556

File tree

2 files changed

+817
-1
lines changed

2 files changed

+817
-1
lines changed

working/333 - shared memory multithreading/proposal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ initially I propose to limit shared fields by allowing only _trivially shareable
512512
types_, which include:
513513

514514
- Objects which do not contain mutable state and thus can already pass through
515-
`SendPort` without copying:
515+
`SendPort` without copying:
516516
- strings;
517517
- numbers;
518518
- instances of [deeply immutable][] types;

0 commit comments

Comments
 (0)