Jonathan Kelley
|
60d34b4393
Merge branch 'master' into breaking
|
1 年間 前 |
Jonathan Kelley
|
a3d6e9d07a
fix hotreload cfg on release builds
|
1 年間 前 |
Jonathan Kelley
|
64365cd361
make sure reactive context works across threads
|
1 年間 前 |
Evan Almloff
|
1afada528d
fix user server future
|
1 年間 前 |
Evan Almloff
|
1c4e1d84ea
serialize data in the server and deserialize data in the client
|
1 年間 前 |
Jonathan Kelley
|
8b489db5ac
fix readme
|
1 年間 前 |
Jonathan Kelley
|
6bde8b0ce0
fix use_effect_with_deps
|
1 年間 前 |
Jonathan Kelley
|
e8182b105e
flush sync in global memo
|
1 年間 前 |
Jonathan Kelley
|
d28cc9c0cf
remove changed log in maybe_sync memo, flush sync
|
1 年間 前 |
Jonathan Kelley
|
3295935de7
Fix panic on pausing dead tasks
|
1 年間 前 |
Jonathan Kelley
|
ee19df55c7
fix calculator
|
1 年間 前 |
Jonathan Kelley
|
8a38a41512
fix use_future todos!
|
1 年間 前 |
Jonathan Kelley
|
f44b72f5e1
server_future uses use_resource
|
1 年間 前 |
Jonathan Kelley
|
0fd7799bc2
disable use_future on the server
|
1 年間 前 |
Jonathan Kelley
|
8f70a84c70
Use futures_util mutex instead of flume for sending flush lock wakeups
|
1 年間 前 |
Evan Almloff
|
38bdab880d
only give out a ReadOnlySignal from async resources
|
1 年間 前 |
Evan Almloff
|
79501e43c1
revert readme example to the simple counter
|
1 年間 前 |
Evan Almloff
|
308226996c
actually derive the copy trait for eval
|
1 年間 前 |
Evan Almloff
|
a789d6a64e
make eval copy
|
1 年間 前 |
Jonathan Kelley
|
894a79d3df
clear subscriber method
|
1 年間 前 |
Jonathan Kelley
|
dd06705ff1
implement use_async_memo with reactive context
|
1 年間 前 |
Jonathan Kelley
|
7c2947a131
Implement effects using reactivecontext
|
1 年間 前 |
Jonathan Kelley
|
968f24a7b3
wip: reactive context instead of effect
|
1 年間 前 |
Jonathan Kelley
|
0c71b95e82
skeleton of use_server_future with reactivity
|
1 年間 前 |
Evan Almloff
|
b3ed337b6b
fix SLEDGEHAMMER_JS import path in desktop
|
1 年間 前 |
Evan Almloff
|
2371c9eed3
minify js at runtime in liveview
|
1 年間 前 |
Evan Almloff
|
e2e0a934fd
remove minified js from build scripts
|
1 年間 前 |
Jonathan Kelley
|
44966efde2
use_future works
|
1 年間 前 |
Jonathan Kelley
|
6818bbe10a
Make use_future take an impl FnMut + 'static, don't include router prelude when we don't need to
|
1 年間 前 |
Jonathan Kelley
|
cbdd8108e6
Missed todo!()
|
1 年間 前 |