Multiple Background Tasks on separate CPU-cores – Parallelising background tasks

As per this post: Is it safe to use asyncio on the server? - #8 multithreading isn’t supported on Anvil server code (due to the servers themselves using multithreading, as you note).

Have you found a way to use multithreading safely?