Skip to content

Releases: SichangHe/tokio_gen_server

v0.4.4

25 Jun 02:06
Compare
Choose a tag to compare

Other

  • (trait bound) simplify

v0.4.3

24 Jun 03:27
Compare
Choose a tag to compare

Added

  • feat!(cast/call): only take &self, like interior mutability

v0.4.2

24 Jun 01:48
Compare
Choose a tag to compare

Added

  • (spawn) convenience methods for JoinSet

v0.4.1

18 Jun 08:02
Compare
Choose a tag to compare

Added

  • (relax) allow !Send Actor to impl ActorRunExt (same for Bctor)

Other

  • shut up clippy for #[test] in doctest
  • (ci) distinguish rust checks
  • hydra first impressions
  • dedup comment in test

v0.4.0

19 May 17:24
Compare
Choose a tag to compare

Fixed

  • fix doc generation;merge generation scripts
  • fix bctor cancellation

Other

  • relax trait bound so that Bctor is object safe
  • separate out object-safe ActorExt
  • make traits ?Sized
  • doc for ActorExt
  • mostly doc-covered
  • generation notice
  • prevent bctor hang
  • clean up bctor test
  • compiling bctor but call stalls;doc generation
  • half working blocking conversion script

v0.3.0

19 May 13:15
Compare
Choose a tag to compare

Other

  • standard test&release-plz CI
  • separate out Actor doc and duplicate
  • return receiver on failure