[shared] remove apc
This commit is contained in:
parent
f3ece825ac
commit
f5f6b31394
@ -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 = () => {
|
|
||||||
|
|
||||||
};
|
|
||||||
}
|
|
||||||
};
|
|
@ -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"
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user