Skip to content

Version 0.9.1

Compare
Choose a tag to compare
@fpagliughi fpagliughi released this 01 Jan 14:10
· 134 commits to master since this release

Minor update to provide ways to check the result of a publish without blocking/awaiting the full operation to complete.

  • #101 Token::try_wait() to check for the result of a Token without blocking.
  • #101 A try_publish() function for the AsyncClient and Topic which return a synchronous result that the message was created and queued for transmission successfully.
  • #28 Some instructions for using the "cross" tool for cross-compiling.