vleue / polyanya

Pathfinding using Polyanya
Apache License 2.0
283 stars 20 forks source link

can get the path in an async way #6

Closed mockersf closed 2 years ago

mockersf commented 2 years ago

New async function get_path that returns a future for the path.

This is not faster, but it can be friendlier to other tasks when running many tasks in parallel