koka-lang / koka

Koka language compiler and interpreter
http://koka-lang.org
Other
3.16k stars 151 forks source link

Libuv #384

Open TimWhiting opened 7 months ago

TimWhiting commented 7 months ago

Implemented: (Low Level, Callback, LibUV wrapper) Streams File I/O Net / TCP I/O Timer FS Poll FS Event Signals TTY

Implemented: Async API Basic File I/O Basic TCP I/O Timer (Also implemented for js and wasm)

Implemented: llhttp parser

Missing LibUV: UDP, Threading, Process, uv async channels, Prepare/Check/Idle

Missing (external libraries): SSL!