Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.brim-lang.com/llms.txt

Use this file to discover all available pages before exploring further.

What this means

type crosses thread boundary without Send/Sync

Metadata

  • Code: E3029
  • Default level: Error
  • Phase: Type Check
  • Canonical docs URL: https://docs.brim-lang.com/diagnostics/E3029
  • Tags: types, threads

How to fix

  • wrap with Mutex/Arc
  • remove non-Send captures

Typical output

E3029: send/sync boundary
note: type crosses thread boundary without Send/Sync