MCPcopy Create free account
hub / github.com/algorithmicsuperintelligence/openevolve / __init__

Method __init__

openevolve/utils/async_utils.py:172–175  ·  view source on GitHub ↗
(self, max_concurrency: int = 10)

Source from the content-addressed store, hash-verified

170 """
171
172 def __init__(self, max_concurrency: int = 10):
173 self.max_concurrency = max_concurrency
174 self._semaphore: Optional[asyncio.Semaphore] = None
175 self.tasks: List[asyncio.Task] = []
176
177 @property
178 def semaphore(self) -> asyncio.Semaphore:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected