issues
search
nim-lang
/
threading
New atomics, thread primitives, atomic refcounting for --gc:arc/orc.
MIT License
73
stars
12
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Custom deleters for smart pointers
#80
darkestpigeon
opened
1 week ago
0
Adding RwLock inplace initialization
#79
darkestpigeon
opened
1 week ago
8
Flushing channels on destroy
#78
darkestpigeon
opened
1 week ago
1
channels: Use default allocator.
#77
planetis-m
closed
2 months ago
1
Include omission from previous PR
#76
planetis-m
closed
2 months ago
0
Problem with the create* API of synchronization primitives
#75
planetis-m
opened
2 months ago
2
refactor channels.trySend/tryRecv and improve tests
#74
planetis-m
closed
2 months ago
27
Problem with destroying channels on linux
#73
planetis-m
opened
2 months ago
1
Deprecate atomics in favor of std/atomics, closes #35
#72
planetis-m
closed
2 months ago
0
"Waitgroups" is not reusable and how about renaming it to Latch?
#71
planetis-m
opened
2 months ago
0
Cleanup channels and make them compile on devel
#70
planetis-m
closed
2 months ago
3
Channels deadlocks with TSan
#69
planetis-m
closed
2 months ago
2
Fix once
#68
planetis-m
closed
3 months ago
3
Rework once primitive
#67
planetis-m
closed
3 months ago
0
Bump jiro4989/setup-nim-action from 1 to 2
#66
dependabot[bot]
closed
3 months ago
0
Threading/Channels can not be used with address or thread sanitizer on clang and gcc
#65
PhilippMDoerner
closed
5 months ago
1
Remove 32bit CIs
#64
planetis-m
closed
3 months ago
0
`channels`: permit usage with `--mm:atomicArc`
#63
ZoomRmc
closed
6 months ago
0
can't send POD types without `=destroy` warning?
#62
JorySchossau
opened
6 months ago
1
Bump peaceiris/actions-gh-pages from 3 to 4
#61
dependabot[bot]
closed
6 months ago
0
fix decrement and free in channel
#60
elcritch
closed
8 months ago
0
channels has same atomic ordering bug as smartptrs
#59
elcritch
closed
8 months ago
0
Bump actions/cache from 3 to 4
#58
dependabot[bot]
opened
9 months ago
0
Introduces using doAssert for tests consistently
#57
PhilippMDoerner
closed
9 months ago
0
Bugfix/#55 refactor to atomics
#56
PhilippMDoerner
closed
9 months ago
8
threading/channels.Chan is not free of data-races according to thread-sanitizers
#55
PhilippMDoerner
closed
9 months ago
7
Correct doc mistakes
#54
PhilippMDoerner
closed
10 months ago
1
#52 Expand channel documentation
#53
PhilippMDoerner
closed
10 months ago
2
Is trySend failing to send a message without returning false?
#52
PhilippMDoerner
closed
10 months ago
5
Does channel `send` have the correct ordering?
#51
elcritch
opened
11 months ago
0
Bump actions/checkout from 2 to 4
#50
dependabot[bot]
closed
11 months ago
0
Bump actions/cache from 2 to 3
#49
dependabot[bot]
closed
11 months ago
0
Create dependabot.yml
#48
ringabout
closed
11 months ago
0
New synchronization primitives
#47
planetis-m
closed
5 months ago
1
Test and Fixed for SharedPtr leak
#46
elcritch
closed
1 year ago
3
SharedPtr isn't correct?
#45
elcritch
closed
1 year ago
11
Bump nim dependency to 1.6.0, expand `readme.md`
#44
ZoomRmc
closed
1 year ago
1
update ci.yml to test on Nim 1.6 and 2.0
#43
narimiran
closed
1 year ago
2
Fix `=destroy` warnings/errors
#42
konsumlamm
closed
1 year ago
0
Improve `waitgroups`
#41
konsumlamm
closed
1 year ago
5
added waitgroups which are frequently used in Go and Rust and for goo…
#40
Araq
closed
1 year ago
0
Attach `error` pragma to `[]=` proc
#39
konsumlamm
closed
1 year ago
0
Fix doc.yml
#38
konsumlamm
closed
1 year ago
1
Set up documentation on GitHub Pages
#37
konsumlamm
closed
1 year ago
1
Channels: remove "unbuffered" variant, clean-up, more docs
#36
ZoomRmc
closed
1 year ago
1
Deprecate or remove atomics?
#35
planetis-m
closed
2 months ago
3
Add dup hook for smartptrs
#34
planetis-m
closed
1 year ago
0
CI: Bump deprecated builder images for Ubuntu and macOS
#33
ZoomRmc
closed
1 year ago
0
channels: Fix `trySend` template
#32
ZoomRmc
closed
1 year ago
1
Draft: Fix(SlimSystem): include std assertions and typedthreads
#31
noahehall
opened
1 year ago
0
Next