Is it possible to run multithreaded code on a dedicated server?

Frunnable, Async tasks, ParallelFor etc…
Is it possible or advisable to use this when writing code for dedicated server usage only? Lets say I have a huge multithreaded pathfinding system and I only need to replicate the results of the logic to players.