sexy parker bingo night
parent
a76a4f3410
commit
89e83766de
10
src/main.cpp
10
src/main.cpp
|
@ -272,14 +272,16 @@ class transceiver
|
||||||
*/
|
*/
|
||||||
void virtual_kernel_subsystem_init()
|
void virtual_kernel_subsystem_init()
|
||||||
{
|
{
|
||||||
std::thread kernel([this] {
|
std::thread transmit([&] {
|
||||||
while (running)
|
while (running)
|
||||||
{
|
|
||||||
bool ack = false;
|
|
||||||
while (!ack)
|
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
});
|
||||||
|
std::thread receive([&] {
|
||||||
|
while (running)
|
||||||
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue