Merge branch 'stable' into minor-next

This commit is contained in:
Dylan K. Taylor
2025-09-04 22:03:22 +01:00
6 changed files with 103 additions and 9 deletions

View File

@@ -48,7 +48,7 @@ final class AsyncGeneratorExecutor implements GeneratorExecutor{
\Logger $logger,
private readonly AsyncPool $workerPool,
private readonly GeneratorExecutorSetupParameters $setupParameters,
int $asyncContextId = null
?int $asyncContextId = null
){
$this->logger = new \PrefixedLogger($logger, "AsyncGeneratorExecutor");