xxxxxxxxxx
import std;
void main()
{
bool receivedSomething;
static immutable instant = 1.seconds;
thisTid.send(1);
do
{
receivedSomething = receiveTimeout(instant, (Variant v) {});
}
while (receivedSomething);
}