aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples (follow)
AgeCommit message (Expand)AuthorLines
2021-12-09Merge pull request #894 from pepe/fix-numarray-exampleCalvin Rose-1/+13
2021-12-09Add search on PATH for async execute exampleJosef Pospíšil-1/+1
2021-12-09Add length to method and lib fn to numarrayJosef Pospíšil-0/+7
2021-12-09Fix test import, and add sum as library fn tooJosef Pospíšil-1/+6
2021-11-11Fix URL loader example to use os/spawnMichael Camilleri-7/+7
2021-08-30Allow passing a function to directly to ev/go.Calvin Rose-0/+10
2021-08-21Remove threads examplesogaiu-68/+0
2021-08-15Working example for threaded channels.Calvin Rose-0/+22
2021-04-29Merge commit 'f4c9064b79d5b32fd74e5ddf25266356c22dd53b'Calvin Rose-2/+2
2021-04-29Remove typed arrays from the core.Calvin Rose-73/+0
2021-03-23Add config support for custom allocators.Andrew Chambers-2/+2
2021-01-08Inherit the supervisor channel from the root fiber if not given.Calvin Rose-1/+1
2021-01-03Remove function `eachy`.Calvin Rose-9/+0
2021-01-03Allow iterating over fibers with each and similar.Calvin Rose-0/+28
2020-12-31Add ev api for making threaded calls.Calvin Rose-1/+1
2020-12-31Remove unneeded book keeping for sub processes.Calvin Rose-0/+22
2020-11-08Get windows IOCP working for accept.Calvin Rose-1/+7
2020-11-08Get socket reads and writes working with IOCP.Calvin Rose-0/+14
2020-11-07Merge branch 'master' into evCalvin Rose-17/+16
2020-11-04Fix comments formatingJosef Pospíšil-9/+9
2020-11-04Fix assembly exampleJosef Pospíšil-17/+16
2020-11-02Improve reading and writing from streams.Calvin Rose-1/+1
2020-10-11Merge branch 'windows-ev' into evCalvin Rose-3/+16
2020-10-11Add another select example.Calvin Rose-0/+37
2020-10-11Overhaul of poll loop, redo ev/select.Calvin Rose-2/+2
2020-10-06More work on windows event loop code.windows-evCalvin Rose-2/+3
2020-10-04Work on getting ev support on windows.Calvin Rose-0/+12
2020-08-16Merge branch 'master' into evCalvin Rose-1/+1
2020-08-09Add ev/select and ev/rselect initial implementation.Calvin Rose-0/+22
2020-08-01Add preliminary channel implementation.Calvin Rose-0/+15
2020-07-19Add timeouts to net functions.Calvin Rose-1/+4
2020-07-06Add ev/call.Calvin Rose-22/+12
2020-07-05More work on timeouts and racing listeners.Calvin Rose-1/+9
2020-06-10Add Peg combinators 'to' and 'thru'.Calvin Rose-1/+1
2020-06-02Initial UDP implementation.Calvin Rose-0/+11
2020-05-31Add backpressure capability to net.Calvin Rose-9/+14
2020-05-28More updates to the ev library.Calvin Rose-1/+2
2020-05-24Fix c code for latest JanetLeaf Garland-8/+8
2020-05-24Remove cook codeLeaf Garland-7/+1
2020-05-24Move tests to tests dirLeaf Garland-0/+0
2020-05-24Add project.janet for numarrayLeaf Garland-0/+7
2020-04-17Merge branch 'master' into netCalvin Rose-5/+3
2020-04-10Add debugger to the core repl.Calvin Rose-5/+3
2020-02-12Add methods to streams.Calvin Rose-15/+14
2020-02-09Working TCP echo server and client.Calvin Rose-0/+20
2019-12-18Pass thread body explicitly in thread/new.Calvin Rose-5/+3
2019-12-17Fix debugger example.Calvin Rose-3/+3
2019-12-08Fix some example issue and warnings under -Os.Calvin Rose-23/+13
2019-12-07Get mailbox API working.Calvin Rose-16/+13
2019-12-06Add timeout to thread/receive.Calvin Rose-0/+14