Skip to content

v2.38.1

Choose a tag to compare

@ioquatix ioquatix released this 17 Mar 20:32
· 6 commits to main since this release
975b9fa
  • Fix Barrier#async when parent.async yields before the child block executes. Previously, Barrier#wait could return early and miss tracking the task entirely, because the task had not yet appended itself to the barrier's task list.