[shared] remove apc

This commit is contained in:
方而静 2024-03-05 22:38:48 +08:00
parent f3ece825ac
commit f5f6b31394
Signed by: szTom
GPG Key ID: 072D999D60C6473C
2 changed files with 0 additions and 26 deletions

View File

@ -1,15 +0,0 @@
import { Buffer } from 'buffer';
export class AsyncProcedureCallEndpoint {
/**
* Constructs an AsyncProcedureCallEndpoint object.
* @param {any} input - stream of data sent by remote.
* @param {any} output - stream of data to send to remote.
*/
constructor(input, output) {
this.buf = Buffer();
input.ondata = () => {
};
}
};

View File

@ -1,11 +0,0 @@
{
"name": "@og/async-procedure-call",
"type": "module",
"main": "index.mjs",
"dependencies": {
"buffer": "^6.0.3",
"@og/error-utils": "file:../error-utils",
"@og/uuid": "file:../uuid",
"@og/binary-struct": "file:../bstruct"
}
}