Ryan Hamamura
532651552a
refactor: simplify OnInterval API to auto-start and return stop func
...
Replace the exported OnIntervalRoutine struct (Start/Stop/UpdateInterval)
with a single function that auto-starts the goroutine and returns an
idempotent stop closure. Uses close(channel) instead of send-on-channel,
fixing a potential deadlock when the goroutine exits via context disposal.
Closes #5 item 4.
2026-02-12 12:27:50 -10:00
Ryan Hamamura
2f6c5916ce
docs: rewrite README with correct import paths and current feature set
2026-02-06 12:56:31 -10:00
João Gonçalves
6fafd1d6e0
docs: update readme
2025-11-17 17:26:10 -01:00
João Gonçalves
042975fdd7
docs: update readme
2025-11-14 18:50:15 -01:00
Jeff Winkler
7670926733
Brotli Compression. ( #12 )
...
Co-authored-by: João Gonçalves <joao.goncalves01@gmail.com >
2025-11-13 14:03:45 -01:00
João Gonçalves
a0d672cabe
Update contributing guidelines in README.md
2025-11-09 03:41:45 -01:00
João Gonçalves
c1ddb6441e
Update description of Via framework in README
2025-11-07 11:13:42 -01:00
Joao Goncalves
61ce1d4258
docs: update readme
2025-11-03 00:49:32 -01:00
Joao Goncalves
905f1dc5da
docs: update readme
2025-11-03 00:46:52 -01:00
Joao Goncalves
c0e050b0f8
docs: update readme
2025-11-02 02:49:23 -01:00
Joao Goncalves
0f492d807e
feat: introduce component support
2025-11-02 02:45:20 -01:00
Joao Goncalves
a265f537a6
docs: update readme
2025-10-31 11:39:04 -01:00
Joao Goncalves
7468169412
docs: update readme
2025-10-31 11:31:29 -01:00
Joao Goncalves
7b32590ae6
docs: update readme
2025-10-31 11:26:00 -01:00
Joao Goncalves
f3ae62f954
docs: update readme
2025-10-31 11:10:37 -01:00
Joao Goncalves
f38a7dde39
docs: update readme
2025-10-31 01:53:47 -01:00
Joao Goncalves
f8f0376dbe
docs: update readme
2025-10-31 01:50:43 -01:00
Joao Goncalves
3f3c54f988
docs: update readme
2025-10-31 01:46:58 -01:00
Joao Goncalves
fc7d3b7638
docs: update readme
2025-10-31 01:44:19 -01:00
João Gonçalves
d15af60a1d
Initial commit
2025-10-26 00:49:55 +00:00