issues
search
Pauan
/
rust-signals
Zero-cost functional reactive Signals for Rust
MIT License
675
stars
37
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
signal_vec::Flatten handles some updates to its outer SignalVec incorrectly
#86
1Mango1Lime
opened
2 months ago
0
add `.boxed_sync` to signal extensions
#85
databasedav
opened
2 months ago
0
possible deadlock with standalone reproduction
#83
cameronbraid
opened
9 months ago
0
panic from unreachable! within map_ref!
#82
cameronbraid
opened
10 months ago
2
SignalVecExt::flatten stops polling after first top-level item if the item is empty
#81
martin-kolarik
closed
7 months ago
4
Fix of out of bound remove index in flatten
#80
martin-kolarik
closed
7 months ago
4
Indexes created when SignalVecExt::flatten transforms VecDiff::Replace(0..len) to VecDiff::RemoveAt(0, 1, ...) are out of range
#79
martin-kolarik
closed
7 months ago
0
(add-signal-map-filter) Added filter for SignalMapExt
#78
JedimEmO
opened
11 months ago
0
New signal for changed `Mutable`, non-blocking functions to obtain guards
#77
A-Manning
opened
1 year ago
5
Drop behavior for StopIf
#76
A-Manning
opened
1 year ago
3
New delay method + better throttle behavior
#75
Pauan
opened
1 year ago
0
Let `Mutable::set` take Into<A>
#74
Billy-Sheppard
opened
1 year ago
4
Figure out a much better API for dedupe_map
#73
Pauan
opened
1 year ago
0
Move the various SignalExt / SignalVecExt / SignalMapExt structs into a separate module
#72
Pauan
opened
1 year ago
0
Added From impls for all the Mutable* types
#71
JedimEmO
closed
1 year ago
2
Graph cycles and modifications
#69
andrewbaxter
opened
1 year ago
3
Documentation regarding memory management
#68
andrewbaxter
opened
1 year ago
3
How to turn a stream into a signal?
#67
GDX64
opened
1 year ago
10
Rename `SignalExt::wait_for` to `wait_until_eq`
#66
Pauan
opened
1 year ago
0
SignalExt::map_value_signal, signal_map::always
#65
MartinKavik
closed
1 year ago
1
Improve consistency of constructor names for MutableVec and MutableBTreeMap
#64
allsey87
opened
1 year ago
4
async_std::task::yield_now() not working as expected
#63
Qix-
closed
1 year ago
2
Add replace_object_with that can pass an object without using mutable…
#62
adamritter
opened
2 years ago
6
Implementing `Signal`
#61
wishawa
closed
2 years ago
4
Question - Do the native Mutex, RwLock used affect performance ?
#60
szagi3891
opened
2 years ago
4
Signal filter_map problem
#59
deiwo
opened
2 years ago
9
from TcpStream to signal example
#58
nothingIsSomething
opened
2 years ago
5
Fully working examples of how Mutable can be used to notify observers when changed.
#57
CraigBuilds
opened
2 years ago
5
Is there a way to avoid unnecessary Arc cloning inside a map_ref?
#56
CyrusAlbright
closed
2 years ago
5
Implement readonly for MutableVec and MutableBTreeMap
#55
Pauan
opened
2 years ago
0
Move Ext types into an ext module
#54
Pauan
opened
2 years ago
0
Make the `log` crate optional
#53
alexisfontaine
closed
2 years ago
0
Mutable: Modify values in place
#52
uklotzde
closed
2 years ago
12
Small non-functional fixes
#51
richard-uk1
opened
2 years ago
2
Implement clone for MutableBTreeMap and MutableVec
#50
KarlitosVII
closed
2 years ago
1
Implement `Clone` for `MutableVec` and `MutableBTreeMap`
#49
KarlitosVII
closed
2 years ago
0
Clone impl for Broadcaster
#48
simon-bourne
closed
2 years ago
5
Consider completing documentation for `SignalExt`
#47
jquesada2016
opened
3 years ago
1
Make `serde` an optional dependency
#46
sfleener
closed
3 years ago
1
Change the `debug` method to use the `log` crate, and make it optional
#45
Pauan
opened
3 years ago
3
Mutable::clone unreachable in WASM
#44
theduke
closed
3 years ago
5
Change set_if and set_neq to return a bool which indicates if the value changed or not
#43
Pauan
opened
3 years ago
0
Can Signals be Cloned?
#42
SohumB
closed
3 years ago
4
Broadcaster not working if created with FromStream<SignalStream<...>>
#41
veryjos
closed
3 years ago
1
Fix crates.io badge
#40
atouchet
closed
3 years ago
1
.signal().for_each returns type ForEach
#39
bbros-dev
closed
3 years ago
2
Update an element inside MutableVec?
#38
allsey87
closed
3 years ago
2
Rename signal_vec::always to something else
#37
Pauan
opened
3 years ago
0
Add a way to combine signals and streams?
#36
werner291
closed
2 years ago
44
Change SignalVec to use a Vec<VecDiff>
#35
Pauan
opened
3 years ago
0
Next