UNPKG

@thi.ng/csp

Version:

Primitives & operators for Communicating Sequential Processes based on async/await and async iterables

6 lines (5 loc) 74 B
let NEXT_ID = 0; const __nextID = () => NEXT_ID++; export { __nextID };