Added some basic asyncio stuff. (0.39.12)
This commit is contained in:
parent
6a16e5fb45
commit
cb3eb0a498
9 changed files with 328 additions and 1 deletions
1
src/vm.h
1
src/vm.h
|
|
@ -49,6 +49,7 @@ static const char *opcode_names[] = {
|
|||
"INI_LOAD", "INI_FREE", "INI_GET_STRING", "INI_GET_INT", "INI_GET_DOUBLE", "INI_GET_BOOL", "INI_SET", "INI_UNSET", "INI_SAVE",
|
||||
"XML_PARSE", "XML_ROOT", "XML_NAME", "XML_TEXT",
|
||||
"SOCK_TCP_LISTEN", "SOCK_TCP_ACCEPT", "SOCK_TCP_CONNECT", "SOCK_SEND", "SOCK_RECV", "SOCK_CLOSE", "SOCK_UNIX_LISTEN", "SOCK_UNIX_CONNECT",
|
||||
"FD_SET_NONBLOCK", "FD_POLL_READ", "FD_POLL_WRITE",
|
||||
"EXIT",
|
||||
"OS_LIST_DIR",
|
||||
"TK_BIND",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue