You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pstyle="color:var(--text-muted);margin-top:3rem;font-size:0.85rem">Thread Safety: Boot control functions are NOT thread-safe. All calls should be made from the bootloader main context before the RTOS starts, or from a single application task with appropriate locking.</p>
<pstyle="color:var(--text-muted);margin-top:3rem;font-size:0.85rem">Thread Safety: Transport layer is NOT thread-safe per socket. Use one socket per thread. HMAC functions are stateless and thread-safe. Client/Server APIs are NOT thread-safe per instance.</p>
@@ -516,4 +516,4 @@ <h4>Implementing a Custom Provider</h4>
516
516
517
517
<pstyle="color:var(--text-muted);margin-top:3rem;font-size:0.85rem">Thread Safety: Provider poll() is NOT thread-safe per instance. Use one provider per task. The policy engine is read-only after initialization and can be shared. Neuralink callbacks fire from an internal reception thread — keep callback processing minimal.</p>
0 commit comments