Commit ca5fb4d
committed
refactor: remove @sendable to fix Linux runtime issue
Remove the @sendable attribute from the operation in withBatchContext
to resolve a Swift runtime crash on Linux caused by deeply nested
@sendable closures. The change aims to simplify the execution context
setup without affecting the original functionality.1 parent 019743f commit ca5fb4d
1 file changed
Lines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
487 | 487 | | |
488 | 488 | | |
489 | 489 | | |
490 | | - | |
491 | | - | |
492 | | - | |
493 | | - | |
| 490 | + | |
| 491 | + | |
494 | 492 | | |
495 | 493 | | |
496 | 494 | | |
497 | | - | |
| 495 | + | |
498 | 496 | | |
499 | 497 | | |
500 | 498 | | |
| |||
0 commit comments