Skip to content

Releases: rsimmonsjr/secc

Improvements and Deadlock fixes

14 Sep 21:02
1278c07
Compare
Choose a tag to compare
  • 2019-09-13: 0.0.10
    • Issue #13: A Deadlock would occur if the timeout occurred while waiting for space or data.
    • BREAKING CHANGE Timeouts are in Duration objects now rather than milliseconds.
  • 2019-08-18: 0.0.9
    • Most unsafe code has been eliminated, enhancing stability.

Fixing issues that can cause SEGFAULT

19 Aug 21:42
4868460
Compare
Choose a tag to compare

What's New

  • 2019-08-18: 0.0.9
    • Most unsafe code has been eliminated, enhancing stability.
    • Fix to Issue #10 involving a SEGFAULT.

Fixing Clone Issue (#4)

18 Aug 04:00
Compare
Choose a tag to compare
  • 2019-08-17: 0.0.8
    • Fixing issue #4

Clonable Sender and Receiver Capabilities

17 Aug 21:48
55afa95
Compare
Choose a tag to compare
  • 2019-08-17: 0.0.7
    • Removed create_with_arcs() function as create() is all that is needed now.
    • Made SeccSender and SeccReceiver both clonable as they have internal Arcs.

Additional Documentation Added

11 Aug 15:12
Compare
Choose a tag to compare
  • 2019-08-11: 0.0.6
    • Improved README and Lib documentation.

Migration from Axiom

11 Aug 14:22
Compare
Choose a tag to compare
  • 2019-08-11: 0.0.1
    • Migration from Axiom. SECC has been split off from Axiom into its own micro crate.