Name Description Size
crashing-threads.rs **THIS IS HIGHLY UNSAFE** We deliberately override pthread symbols here to control how threads are launched, in order to simulate failures in this thread launching. It works on Linux and macOS only. It's only a test. Launching a thread can fail for various reasons, e.g. not enough memory resources available. We saw that issue on low-powered machines running 32-bit versions of Windows. You want to run this example with `RUSTFLAGS="-C panic=abort"` to make sure it aborts. 4308
delayed-ping-data.rs 4367
enabled-pings.rs Test that pings can be enabled/disabled at runtime. 5977
long-running.rs 2535
pending-gets-removed.rs Test that pings can be enabled/disabled at runtime. 6902
ping-lifetime-flush.rs 4680
prototype.rs 2103