Skip to content

Instantly share code, notes, and snippets.

View teal-front's full-sized avatar
🚀
Learning

Aaron Sprinkle teal-front

🚀
Learning
View GitHub Profile
@teal-front
teal-front / rpc.js
Last active November 8, 2021 15:53
threads
/**
* rpc mini impl
* @author 神说要有光
*/
let id = 0
function getId() {
return id++
}
const callMap = new Map()