Re-exports§
pub use rw_iter_util as iter_util;
pub use rw_resource_util as resource_util;
pub use tokio_util;
pub use self::prost::*;
Modules§
- RisingWave aborts the execution in the panic hook by default to avoid unpredictability and interference in concurrent programming as much as possible. Since the hook is called no matter where the panic occurs,
std::panic::catch_unwind
will be a no-op. - Track the recursion and grow the stack when necessary to enable fearless recursion.
- Value encoding is an encoding format which converts the data into a binary form (not memcomparable, i.e., Key encoding).