FiniteMachine v0.11.3 Release Notes

Release Date: 2016-03-04 // about 8 years ago
  • โž• Added

    • โž• Add performance tests & memory usage benchmarks

    ๐Ÿ”„ Changed

    • ๐Ÿ”„ Change EventQueue to MessageQueue for handling generic asynchronous messages
    • Split async behaviour to use CallbackQueue for observed callbacks and EventQueue for async event triggers.
    • ๐Ÿ”„ Change AsyncProxy and Observer to lazy load message queue

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix memory leak - issue #42 with help from @craiglittle