Commit 8772f22
Add Unsafe.unsafe_untracked_call to stdlib
Provides a controlled escape hatch for calling untracked functions
from tracked contexts (e.g., performing I/O inside reactive
computations where the caller takes responsibility for correctness).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent ddf3686 commit 8772f22
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
103 | 112 | | |
0 commit comments