This website requires JavaScript.
Explore
Help
Register
Sign In
shishantbiswas
/
c3c
Watch
1
Star
1
Fork
0
You've already forked c3c
mirror of
https://github.com/c3lang/c3c.git
synced
2026-02-27 12:01:16 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
28fc03c3764dd2b87642a3a83d0401e5727a564c
c3c
/
lib
/
std
/
threads
History
Christoffer Lerno
a03d821602
- Use
@pool_init()
to set up a temp pool on a thread. Only the main thread has implicit temp pool setup.
...
- `tmem` is now a variable.
2025-03-21 17:08:58 +01:00
..
event
- Change
distinct
->
typedef
.
2025-03-15 20:10:47 +01:00
os
- Change
distinct
->
typedef
.
2025-03-15 20:10:47 +01:00
buffered_channel.c3
- Change
distinct
->
typedef
.
2025-03-15 20:10:47 +01:00
fixed_pool.c3
-
AnyList
now also defaults to the temp allocator.
2025-03-18 18:34:52 +01:00
pool.c3
New faults and syntax (
#2034
)
2025-03-10 00:11:35 +01:00
thread.c3
- Use
@pool_init()
to set up a temp pool on a thread. Only the main thread has implicit temp pool setup.
2025-03-21 17:08:58 +01:00
unbuffered_channel.c3
- Change
distinct
->
typedef
.
2025-03-15 20:10:47 +01:00