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
net: nrf_provisioning: Move all processing into own workq
Define a worke queue, instead of thread and run all
longer running processes from this work queue.
Refactor the previous background thread to be a
delayable work item for this queue.
This way we don't accidentally block system work queue
on initialization phase.
Signed-off-by: Seppo Takalo <[email protected]>
0 commit comments