#include <pybind11/iostream.h>
#include "pybind11_tests.h"
#include <atomic>
#include <iostream>
#include <thread>
Go to the source code of this file.
Classes | |
struct | TestThread |
Functions | |
void | noisy_function (std::string msg, bool flush) |
void | noisy_funct_dual (std::string msg, std::string emsg) |
TEST_SUBMODULE (iostream, m) | |
void noisy_funct_dual | ( | std::string | msg, |
std::string | emsg | ||
) |
Definition at line 28 of file test_iostream.cpp.
void noisy_function | ( | std::string | msg, |
bool | flush | ||
) |
Definition at line 21 of file test_iostream.cpp.
TEST_SUBMODULE | ( | iostream | , |
m | |||
) |
Definition at line 67 of file test_iostream.cpp.