Skip to main content

teardown

Function teardown 

Source
pub fn teardown()
Expand description

Shuts down the test environment by blocking on the shutdown signal.

This function is used to wait for the shutdown of the test environment. It blocks on the shutdown signal channel and waits for the signal to be sent. Once the signal is received, it returns, indicating that the test environment has been shut down.