Skip to content

v0.1.2

Compare
Choose a tag to compare
@victimsnino victimsnino released this 16 Oct 08:45
bd0d211

Overview:

This minor release adds a bunch of new operators:

  • take_last
  • take_until
  • last
  • delay
  • sample_with_time
  • on_error_resume_next

Some of the operators now use spinlock instead of mutex which should improve performance
Also it has a lot of internal changes to improve performance and overall quality of the code

What's Changed

New Contributors

Full Changelog: v0.1.1...v0.1.2