fix: assign one active engine owner

This commit is contained in:
2026-08-12 15:41:46 +09:00
parent 9c244d1dd1
commit 5ba5cf209c
14 changed files with 212 additions and 13 deletions

1
fn.h
View File

@@ -35,6 +35,7 @@ Emit transvi(Im*, Rune);
void backko(Im*);
void backvi(Im*);
void dictsend(Im*, Str*);
uvlong ownernew(void);
int srvreadkey(int, Keyreq*);
void srvthread(void*);