gingerBill
|
c6772dfd06
|
Merge branch 'master' into bill/fixed-capacity-dynamic-array
|
2026-03-15 11:41:01 +00:00 |
|
gingerBill
|
6898cbe678
|
Replace usage of Small_Array(N; T) with [dynamic; N]T in core:nbio for posix systems
|
2026-03-12 16:46:51 +00:00 |
|
Laytan Laats
|
273ab7e3bb
|
nbio: fix posix big send/recv wrongly check if done
|
2026-03-11 22:19:28 +01:00 |
|
Laytan Laats
|
f61a216c9f
|
nbio: put clearing of list nodes in proper place and simplify test
|
2026-02-27 21:04:43 +01:00 |
|
andzdroid
|
334a554de3
|
nbio: fix op re-use
|
2026-02-26 00:31:12 +00:00 |
|
Laytan Laats
|
0a05ff05a3
|
nbio: fix send/recv buffer logic
|
2026-01-30 23:37:31 +01:00 |
|
gingerBill
|
628b4b03be
|
Add section on "Why callbacks?"
|
2026-01-25 12:32:26 +00:00 |
|
gingerBill
|
8a9d15ba35
|
Fix link to examples in nbio
|
2026-01-25 12:28:23 +00:00 |
|
laytan
|
0a63aa05bd
|
nbio(windows): remove assert that would trigger on cancel/remove
|
2026-01-19 19:11:06 +01:00 |
|
laytan
|
45beed0fb3
|
nbio(windows): use WSAGetOverlappedResult for socket operations for contextfull error code mapping
|
2026-01-19 18:57:00 +01:00 |
|
laytan
|
54abe76f20
|
nbio: forgot to remove allocator from other impls
|
2026-01-17 21:10:53 +01:00 |
|
laytan
|
2caee687ed
|
nbio(windows): use one IOCP for all event loops
|
2026-01-17 21:06:13 +01:00 |
|
laytan
|
3a3ed48fae
|
nbio: mpsc queue for execs on another thread
|
2026-01-17 21:03:25 +01:00 |
|
laytan
|
e4bd92763a
|
nbio(windows): fix "recursive" timeouts not being taken into consideration for blocking
|
2026-01-17 20:55:09 +01:00 |
|
laytan
|
44aabdbcda
|
nbio(windows): explicitly set entries_removed = 0 when GetQueuedCompletionStatusEx returns false
|
2026-01-17 19:22:09 +01:00 |
|
Laytan Laats
|
5fcf210c91
|
uring: move package from nbio/uring to sys/linux/uring
|
2026-01-14 19:03:15 +01:00 |
|
Laytan Laats
|
c637679917
|
nbio: don't rely on the private _impl being the first field
|
2026-01-13 19:46:46 +01:00 |
|
Laytan Laats
|
8f5702e69e
|
nbio: reorder Operation fields to be more logical
|
2026-01-13 19:38:27 +01:00 |
|
Laytan Laats
|
24ee35af28
|
nbio: add package
|
2026-01-11 20:21:25 +01:00 |
|