queue: Queue = ...

The fal run queue module. It allows to submit a function to the queue and get its result on a separate call. This is useful for long running functions that can be executed asynchronously and not .