A class method decorator that limits the concurrency of the method to the given number of parallel executions. All invocations are queued and executed in the order they were called.
Rest
Optional
A class method decorator that limits the concurrency of the method to the given number of parallel executions. All invocations are queued and executed in the order they were called.