Skip to content

v0.9.7

Choose a tag to compare

@adel-mamin adel-mamin released this 07 Jun 08:04
· 260 commits to main since this release

Release Notes

  • Use the term task instead of thread
  • Update ncpu processing in workers example app
  • Add _unsafe suffix to thread unsafe API
  • Rework am_onesize_allocate_x()
  • Fix description of AM_EVENT_HAS_PUBSUB_ID()
  • Rework workers example to pass work function in job event
  • Prune struct am_event::pubsub_time as redundant
  • Fix API documentation in timer.h
  • Add AMAST diagram high level diagram
  • Rename am_timer_post_fn to am_timer_post_unsafe_fn
  • Add interval assert to am_timer_arm_ticks()
  • Rename am_timer_domain_is_empty() to am_timer_domain_is_empty_unsafe()
  • Rename PAL API related to global start mutex