Skip to content

screeps-async-v0.1.0

Compare
Choose a tag to compare
@release-plz-scottbot95 release-plz-scottbot95 released this 03 Mar 01:36
· 18 commits to main since this release
fbeb4d9

Initial Release!

Added

  • (spawn) spawn function to run async tasks in the background
  • (block_on) Add block_on function to allow blocking on a future
  • (yield_now) Add yield_now helper to yield execution back to scheduler without delaying to the next tick
  • (each_tick) Add each_tick! macro to run resolve a set of dependencies an async block each tick