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
d4dbe270723f6b0286cb4b77dc2baa2af337f969
c3c
/
lib
/
std
/
threads
History
Christoffer Lerno
dc52478c09
- Warn on use of visibility modifiers on methods.
#2962
2026-02-21 21:10:08 +01:00
..
event
- Change
distinct
->
typedef
.
2025-03-15 20:10:47 +01:00
os
- Warn on use of visibility modifiers on methods.
#2962
2026-02-21 21:10:08 +01:00
buffered_channel.c3
enforce buff channel size > 0 (
#2952
)
2026-02-18 14:34:41 +01:00
fixed_pool.c3
- Create optional with
~
instead of
?
.
return io::EOF?;
becomes
return io::EOF~
.
2026-01-20 16:10:28 +01:00
pool.c3
Generics with <>. Deprecation of {} generics.
2026-01-18 00:33:43 +01:00
thread.c3
add join for ThreadPool without destroying the threads (
#2579
)
2025-12-06 23:54:04 +01:00
unbuffered_channel.c3
- Create optional with
~
instead of
?
.
return io::EOF?;
becomes
return io::EOF~
.
2026-01-20 16:10:28 +01:00