Skip to content

Releases: miquido/futura

Future meets Signal

13 Dec 11:10
8d25a89
Compare
Choose a tag to compare
  • Future optimization - it may be a little faster now and have slightly more readable stack trace.
  • Future renames - some handlers may have different names to be more consistent across all codebase
  • debug system remove - debug logs in proposed form were not as useful as it should, stay tuned for a new approach
  • Better documentation coverage - just always good
  • Adding Signals - meet a brand new way of dealing with continuous streams of data
  • minor fixes, improvements

Zip and Future

12 Oct 11:01
90853c5
Compare
Choose a tag to compare
  • adding zip standalone function for zipping two futures
  • adding future standalone function for promise-free async task creation returning future

Initial release

08 Oct 12:24
5ee2698
Compare
Choose a tag to compare
1.0.0

Tests rework