Historique des commits

Auteur SHA1 Message Date
  Evan Almloff 9ffd4b816b Fix restarting coroutines (#3005) il y a 9 mois
  Evan Almloff effc0a3b94 Make use_callback and Callback bring the runtime with them (#2852) il y a 10 mois
  Evan Almloff b47a6cf83e Move to a generic GlobalLazy<T> (#2851) il y a 10 mois
  Matt Hunzinger 205d8e9070 Add argument to use_callback (#2774) il y a 11 mois
  Jonathan Kelley e42b71b1ba Fix #2612: adjust readable trait to allow try_peek (#2714) il y a 11 mois
  Evan Almloff 0127501dbf Improve inline docs (#2460) il y a 1 an
  Evan Almloff 1d72ef16c4 Restore set compare hook (#2287) il y a 1 an
  Evan Almloff f51b5617e1 add a test for the memo hook il y a 1 an
  Evan Almloff ffc49530f6 implement readable and callable for all structs in the hooks crate il y a 1 an
  Evan Almloff 287416cfa7 rename flush_sync to wait_for_next_render il y a 1 an
  Andrey 1404009edc touchups il y a 1 an
  andrey 70136b22ea Fix error in examples/future.rs comments, use_futures inline docs comments, also added clarification that Signal<T>.read() and Singal<T>() are the same thing il y a 1 an
  andrey 5a73147d69 added better documentation and code snipppets for the use_resource, use_future, use_effect and use_context hooks il y a 1 an
  andrey df0d45be48 added better documentation and code snipppets for the use_resource, use_future, use_effect and use_context hooks il y a 1 an
  Jonathan Kelley 4a7fe938ad Make clippy happy il y a 1 an
  Jonathan Kelley 8a38a41512 fix use_future todos! il y a 1 an
  Jonathan Kelley 0fd7799bc2 disable use_future on the server il y a 1 an
  Jonathan Kelley 7c2947a131 Implement effects using reactivecontext il y a 1 an
  Jonathan Kelley 0c71b95e82 skeleton of use_server_future with reactivity il y a 1 an
  Jonathan Kelley 44966efde2 use_future works il y a 1 an
  Jonathan Kelley 6818bbe10a Make use_future take an impl FnMut + 'static, don't include router prelude when we don't need to il y a 1 an
  Jonathan Kelley a72c035de4 Fix cargo check on examples il y a 1 an
  Jonathan Kelley 8cc17dc1bd Fix compile il y a 1 an
  Jonathan Kelley dcdada542b Properly implement wait_for_suspense il y a 1 an
  Jonathan Kelley 1847c737e9 Queue effects to run after flush_sync il y a 1 an
  Jonathan Kelley 974680796f add test cases, refactor deref il y a 1 an
  Jonathan Kelley c0522bc152 cargo check all il y a 1 an
  Evan Almloff c51badf07b fix use hooks with impl signals il y a 1 an
  Jonathan Kelley 028f499bf6 Fix generational box in release mode il y a 1 an
  Jonathan Kelley 8559984e9d and mut bound to mut methods on signals il y a 1 an