This website requires JavaScript.
Explore
Help
Sign In
tarry.singh
/
Radix
Watch
1
Star
0
Fork
0
You've already forked Radix
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
1540c6e85e
Radix
/
async
History
Tarry Singh
fa4a8d8de4
async: enforce synchronous logging by routing async.zig logs through std.log.defaultLog to avoid panics when using async.LogFn
2024-09-17 09:03:48 +00:00
..
asm
Vendor zigcoro and unify APIs; rework internals for stdx.meta compatibility, add Channel.try_send/try_recv methods, support dynamically sized channels with comptime capacity, and introduce PoolStackAllocator for coroutine stack allocation.
2024-01-11 15:40:15 +00:00
async.zig
async: fix TCP connection handling
2024-08-29 17:10:30 +00:00
asyncio.zig
async: adjust implementation for xev version bump
2024-09-06 16:00:58 +00:00
BUILD.bazel
Vendor zigcoro and unify APIs; rework internals for stdx.meta compatibility, add Channel.try_send/try_recv methods, support dynamically sized channels with comptime capacity, and introduce PoolStackAllocator for coroutine stack allocation.
2024-01-11 15:40:15 +00:00
channel.zig
Vendor zigcoro and unify APIs; rework internals for stdx.meta compatibility, add Channel.try_send/try_recv methods, support dynamically sized channels with comptime capacity, and introduce PoolStackAllocator for coroutine stack allocation.
2024-01-11 15:40:15 +00:00
coro_base.zig
Vendor zigcoro and unify APIs; rework internals for stdx.meta compatibility, add Channel.try_send/try_recv methods, support dynamically sized channels with comptime capacity, and introduce PoolStackAllocator for coroutine stack allocation.
2024-01-11 15:40:15 +00:00
coro.zig
async: enforce synchronous logging by routing async.zig logs through std.log.defaultLog to avoid panics when using async.LogFn
2024-09-17 09:03:48 +00:00
executor.zig
async: enforce synchronous logging by routing async.zig logs through std.log.defaultLog to avoid panics when using async.LogFn
2024-09-17 09:03:48 +00:00
stack.zig
Add HuggingFace tokenizer bindings and SentencePiece integration; update BUILD files, async utilities, and FFI modules to support the new tokenizers.
2024-02-28 15:47:37 +00:00