unleashed-firmware/applications/services/region
Silent 5b36c5465d
FuriThread: Improve state callbacks (#3881)
State callbacks assumed they were invoked from the thread that changed
its state, but this wasn't true for FuriThreadStateStarting in the past,
and now it's not true for FuriThreadStateStopped either.

Now it is safe to release the thread memory form the state callback
once it switches to FuriThreadStateStopped. Therefore, pending deletion
calls can be removed.

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2024-10-08 20:50:31 +01:00
..
application.fam Storage: remove LFS (#3577) 2024-08-04 10:54:02 +01:00
region.c FuriThread: Improve state callbacks (#3881) 2024-10-08 20:50:31 +01:00