Modules§
Structs§
- Awaitable
Callback - Awaitable
Callback_ Impl - Bridge
Context - Async operation context for bridging rust code into SF COM api that supports cancellation.
- Fabric
Receiver - Fabric
Sender - Simple
Cancel Token - A simple cancel token implementation
Traits§
Functions§
- fabric_
begin_ end_ proxy - Wrapper function for turning SF Begin End style api into rust awaitable future. Cancellation token cancels the operation. begin is a function/closure taking a callback and returns the context. end is a function/closure taking a context and returns the result type. See example usage in FabricClient wrappers.
- oneshot_
channel - Creates a fabric oneshot channel. Operation can be cancelled by cancelling the token.