On Mon Feb 20 19:36:36 2023 +0000, Rémi Bernon wrote:
If at some point you want to change the backend, you'd load a different one and still call `process_attach` / `process_detach` all the same. I'm not sure it's very useful to expose the detail of what it does to the PE side?
Ah, my idea was to have different load functions for different used libs. e.g. In case we ever have speech synthesis, I'd add a `unix_speech_<SOMELIB>_process_attach`. (keeping different compile configs in mind)