Managing API Rate Limits with Concurrent Calls in Effect

I want to execute API calls in concurrency but want to prevent rate limits that are time based, like 10 calls per second.
Is there a straight forward way to do this in Effect?
Was this page helpful?