wtx 0.50.0

A collection of different transport implementations and related tools focused primarily on web technologies.
Documentation
1
2
3
4
5
6
/// Executor Error
#[derive(Clone, Copy, Debug)]
pub enum ExecutorError {
  /// The std runtime does not implement `spawn_local`
  UnsupportedStdSpawnLocal,
}