The ones that remain blocking are the ones that run on different threads; see Task, yet another big mess to clean up.
9 lines
104 B
C
9 lines
104 B
C
#pragma once
|
|
#include "common/String.h"
|
|
|
|
struct ServerNotification
|
|
{
|
|
String text;
|
|
ByteString link;
|
|
};
|