specta-rs / tauri-specta

Completely typesafe Tauri commands
MIT License
368 stars 40 forks source link

Chain events and commands #113

Open oscartbeaumont opened 3 months ago

oscartbeaumont commented 3 months ago

If you call events or commands multiple times the type_map won't reset their side-effects.

Solve with a .build function or allow stacking them???