Files
bun.sh/src
Claude Bot cf139adff9 Phase 7, Step 2: Add thread safety struct instances (non-breaking)
This change introduces MainThreadData and SharedData struct instances to
FetchTasklet alongside existing fields, without changing behavior. This
establishes the foundation for gradual migration to thread-safe data access.

Changes:
- Added main_thread: MainThreadData field (inline storage)
- Added shared: *SharedData field (heap-allocated)
- Added lockShared() and assertMainThread() helper methods
- Initialized both fields in get() function
- Added proper cleanup in clearData()

All existing fields remain unchanged - this is a non-breaking change that
enables incremental migration in subsequent steps.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-03 21:50:49 +00:00
..
2025-10-16 21:52:22 -04:00
2025-07-21 13:26:47 -07:00
2025-10-04 02:17:55 -07:00
2025-07-29 19:35:46 -07:00
2025-07-21 13:26:47 -07:00
2025-07-21 13:26:47 -07:00
2025-09-09 20:41:10 -07:00
2025-10-23 17:52:13 -07:00
2025-09-11 23:29:53 -07:00
2025-10-25 00:05:28 -07:00
2025-09-09 20:41:10 -07:00
2025-07-21 13:26:47 -07:00
2025-07-21 13:26:47 -07:00
2025-07-21 13:26:47 -07:00