Skip to content

later 0.7.5

Choose a tag to compare

@wch wch released this 05 Jun 17:52
  • Fixed issue where the order of callbacks scheduled by native later::later could be nondeterministic if they are scheduled too quickly. This was because callbacks were sorted by the time at which they come due, which could be identical. Later now uses the order of insertion as a tiebreaker. PR #69