Skip to content

Conversation

@naqvis
Copy link
Contributor

@naqvis naqvis commented Nov 26, 2024

No description provided.

@naqvis naqvis requested a review from stakach November 26, 2024 03:50
@github-actions github-actions bot added the type: enhancement new feature or request label Nov 26, 2024
@github-actions github-actions bot added type: enhancement new feature or request and removed type: enhancement new feature or request labels Nov 26, 2024
Copy link
Member

@stakach stakach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

found a change we should implement

@github-actions github-actions bot added type: enhancement new feature or request and removed type: enhancement new feature or request labels Nov 28, 2024
Copy link
Member

@stakach stakach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's remove the yield as the current flow will be:

  • spawns queued
  • yield
  • spawns executed - yielding to wait for a response
  • channel.receive (yielding to wait for responses)

without the yield we'll have:

  • spawns queued
  • channel.receive (yielding to wait for responses)
  • spawns executed

@github-actions github-actions bot added type: enhancement new feature or request and removed type: enhancement new feature or request labels Nov 28, 2024
@stakach stakach merged commit ef4f02f into master Nov 28, 2024
9 of 10 checks passed
@stakach stakach deleted the PPT-1701 branch November 28, 2024 05:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: enhancement new feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants