Skip to content

v0.10.3

Latest

Choose a tag to compare

@Guest0x0 Guest0x0 released this 28 Oct 02:29
· 5 commits to main since this release
  • add new package moonbitlang/async/stdio, which contains functionalities for handling stdin/stdout/stderr. The previous @pipe.{stdin,stdout,stderr} are deprecated, but still exist
  • the @stdio package fixes some previous bugs. For example, using stdio when they are redirected to regular file now works without problem
  • fixes a bug in async queue/semaphore, where the value/resource may disappear in some rare case
  • fix compilation on nightly release