Crate bitcoin_sock

source ·

Structs

  • | RAII helper class that manages a socket. | Mimics std::unique_ptr, but instead | of a pointer it contains a socket and | closes it automatically when it goes | out of scope. |

Constants

  • | Maximum time to wait for I/O readiness. | | It will take up until this time to break | off in case of an interruption. |
  • | If passed to Wait(), then it will wait | for readiness to read from the socket. |
  • | If passed to Wait(), then it will wait | for readiness to send to the socket. |

Traits

Functions

Type Definitions