Run NavMesh.FindClosestEdge off main-thread?

Is there a way to run NavMesh.FindClosestEdge not on the main thread, for example through the Unity C# JobSystem?

bump