Skip to content

0.1.0

Choose a tag to compare

@ihciah ihciah released this 09 Mar 09:08
· 121 commits to master since this release
11037e8

What's Changed

  • fix: make waker Send + Sync when across threads because we cannot stop users do that by @ihciah in #121
  • chore: add inline mark for short functions by @ihciah in #114
  • chore(deps): update windows requirement from 0.42.0 to 0.43.0 by @dependabot in #122
  • feat: support spawn_blocking by @ihciah in #124
  • Add license scan report and status by @fossabot in #128
  • feat: compatiable with tokio io trait when only legacy is enabled by @ihciah in #127
  • chore: use more suitable memory ordering; solve clippy warnings by @ihciah in #135
  • refactor: use auto-const-array to declare const array with cfg feature by @ihciah in #130
  • Implement OpenOptionsExt trait for OpenOptions by @lizhanhui in #139
  • Expose capability of configuring IoUring through io_uring::Builder by @lizhanhui in #141
  • feat: support UdpSocket and readable/writable by @ihciah in #142
  • chore: improve stream.read examples by @TheWaWaR in #143
  • fix: not close OwnedWriteHalf on reunite by @ihciah in #145
  • feat: cancelable io by @ihciah in #144
  • fix: blocked when main task becomes ready after pending by @ihciah in #147
  • docs: add io-cancel related docs by @ihciah in #148
  • chore(deps): update socket2 requirement from 0.4 to 0.5 by @dependabot in #149
  • publish 0.1.0 by @ihciah in #151

New Contributors

Full Changelog: 0.0.9...0.1.0