issues
search
smol-rs
/
event-listener
Notify async tasks or threads
Apache License 2.0
449
stars
30
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add an efficient implementation based on critical-section
#148
notgull
opened
4 days ago
0
WASM test broke
#147
notgull
opened
3 weeks ago
1
Fix latest CI
#146
notgull
closed
3 weeks ago
0
Fix missed notification in Mutex example
#145
notgull
closed
3 weeks ago
1
Use "v2.0.0" branch for security check
#144
notgull
closed
3 weeks ago
2
This seems actually not stable(Dead lock)
#143
beckend
closed
3 weeks ago
6
Loosen concurrent-queue dependency
#142
CodingAnarchy
closed
5 months ago
2
Is `Event::notify(usize::MAX)` signal safe?
#141
SteveLauC
closed
5 months ago
4
v5.3.1
#140
notgull
closed
5 months ago
1
Disable early-out notify optimizations
#139
notgull
closed
5 months ago
3
During racy initialization, a race can happen where a notification is dropped
#138
notgull
closed
5 months ago
2
Use loom's thread_local when loom is enabled
#137
notgull
closed
5 months ago
0
Use Cargo.toml lint fix instead of build.rs
#136
notgull
closed
6 months ago
1
Fix new nightly Clippy warnings
#135
notgull
closed
6 months ago
1
Make this crate work on embedded targets
#134
BlueZeeKing
closed
5 months ago
1
Debugging MIRI deadlock
#133
notgull
closed
5 months ago
0
Update portable-atomic-util requirement from 0.1.4 to 0.2.0
#132
dependabot[bot]
closed
5 months ago
0
feat: remove loom implementation from the revert PR
#131
jbr
closed
7 months ago
1
Roll algorithm back to v2.5.3, then add back features to avoid a breaking change
#130
notgull
closed
5 months ago
15
Add CI tests for dependent crates
#129
notgull
closed
7 months ago
0
v5.3.0
#128
notgull
closed
7 months ago
0
Use a fresh parker on Miri
#127
notgull
closed
7 months ago
1
feat: Add a loom implementation for event-listener
#126
jbr
closed
7 months ago
3
Make the panic message for a non-inserted listener clearer
#125
notgull
closed
7 months ago
0
Upgrading v4 to v5 panic: Listener was never inserted into the list
#124
jbr
opened
8 months ago
6
Miri reports a deadlock in `async-lock`
#123
notgull
closed
5 months ago
2
v5.2.0
#122
notgull
closed
8 months ago
0
Mark StackSlot as Sync
#121
notgull
closed
9 months ago
0
v5.1.0
#120
notgull
closed
9 months ago
0
StackSlot should be send
#119
mattklein123
closed
9 months ago
1
Question about new API
#118
mattklein123
closed
9 months ago
3
v5.0.0
#117
notgull
closed
9 months ago
0
Possible racecondition
#116
beckend
closed
9 months ago
1
Fix up some minor bits before release
#115
notgull
closed
9 months ago
0
add method total_listeners() when feature std
#114
beckend
closed
10 months ago
1
`NonBlocking` doesn't implement `Send` and `Sync`
#113
parazyd
closed
10 months ago
2
Remove RefCell<Option> from PARKER
#112
taiki-e
closed
10 months ago
4
Release 4.0.3
#111
taiki-e
closed
10 months ago
0
Relax MSRV to 1.60
#110
taiki-e
closed
10 months ago
0
Remove concurrent-queue dependency
#109
notgull
opened
10 months ago
0
v4.0.2
#108
notgull
closed
10 months ago
0
Avoid spinning when waiting for deadline
#107
AntonSol919
closed
11 months ago
0
expose listener count
#106
beckend
closed
10 months ago
4
Setup a faster, less footgun-prone API
#105
notgull
closed
9 months ago
6
RFC: Less complex, footgun free API
#104
notgull
closed
9 months ago
2
v4.0.1
#103
notgull
closed
11 months ago
0
Bump MSRV to 1.61
#102
notgull
closed
11 months ago
0
Remove listener if one already exists
#101
notgull
closed
11 months ago
1
Unsoundness
#100
cynecx
closed
11 months ago
11
wasm test failed with "index out of bounds: the len is 0 but the index is 4"
#99
taiki-e
closed
11 months ago
6
Next