Variable Netio3EventLoopType

Variable Documentation

template<typename EventLoopType> concept Netio3EventLoopType   = std::is_base_of<netio3::BaseEventLoop, EventLoopType>::value