change queues, run exec speed optimizations

This commit is contained in:
2026-06-23 21:30:01 +03:00
parent 7a272788f8
commit 26e594cee6
22 changed files with 919 additions and 613 deletions

View File

@@ -1,6 +1,7 @@
#ifndef __PROTO_MSG_H__
#define __PROTO_MSG_H__
#include "client.h"
#include "wsServer/include/ws.h"
#include <stdint.h>
#include <stdlib.h>
@@ -10,6 +11,7 @@
typedef struct {
uint8_t* data;
size_t size;
ClientContext* ctx;
} FbMessage;
typedef struct {