Can geometryScript be processed in a background thread?

Can UE’s geometryScript be processed in a background thread? Or multithreaded? I have a requirement to draw a surface with 200,000 points. There are a lot of points, and the runtime will be stuck for 2 seconds. So can it be processed asynchronously/multithreaded?

custom event is asynchronously, you can connect delay node with it