mirror of
https://github.com/janet-lang/janet
synced 2025-10-23 19:57:40 +00:00
More updates to the ev library.
This commit is contained in:
@@ -23,7 +23,7 @@ static int num_array_gc(void *p, size_t s) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
int num_array_get(void *p, Janet key, Janet *out);
|
||||
int num_array_get(void *p, Janet key, Janet *out);
|
||||
void num_array_put(void *p, Janet key, Janet value);
|
||||
|
||||
static const JanetAbstractType num_array_type = {
|
||||
|
@@ -10,4 +10,5 @@
|
||||
(buffer/clear b))
|
||||
(printf "Done %v!" id)))
|
||||
|
||||
(print "Starting echo server on 127.0.0.1:8000")
|
||||
(net/server "127.0.0.1" "8000" handler)
|
||||
|
Reference in New Issue
Block a user