add http.cm and probe
This commit is contained in:
@@ -912,6 +912,14 @@ int js_is_blob(JSContext *js, JSValue v);
|
||||
|
||||
#include "blob.h"
|
||||
|
||||
/* ============================================================
|
||||
Actor I/O Watch — event-driven fd monitoring
|
||||
============================================================ */
|
||||
|
||||
void actor_watch_readable(JSContext *actor, int fd, JSValue fn);
|
||||
void actor_watch_writable(JSContext *actor, int fd, JSValue fn);
|
||||
void actor_unwatch(JSContext *actor, int fd);
|
||||
|
||||
/* ============================================================
|
||||
Convenience Functions
|
||||
============================================================ */
|
||||
|
||||
Reference in New Issue
Block a user