Commit Graph

8 Commits (267f5f096e70b1532231acf12a6a6ef680b2ccd7)

Author SHA1 Message Date
Mingwei Samuel 513d9054af test: remove `spectator-v4` tests 2024-04-08 12:09:30 -07:00
Mingwei Samuel 0d0fa4f2dc fix: potential race condition in `Notified` `Drop` impl 2024-03-26 21:09:37 -07:00
Mingwei Samuel d26a9a290d fix: memory leak in `Notify`, fix #67
`notified()` future is now fused
2024-03-26 15:15:20 -07:00
Mingwei Samuel f4c75a421a test: add `Notify` memory leak test (failing)
ref #67
2024-03-26 14:59:53 -07:00
Mingwei Samuel 1d6b513aa7 feat: setup riven for wasm (nodejs) execution (#63)
+ use custom `Notify`
+ use different version of async sleep (tokio vs gloo-timers)
+ switch futures utils from `tokio` to `futures`
2024-02-24 21:42:06 -08:00
Mingwei Samuel 4faa8e83e4 style: cleanup `insert_only_chashmap.rs` (#63) 2024-02-24 21:42:06 -08:00
Mingwei Samuel e53d78c807 cargo fmt 2023-05-10 13:10:58 -07:00
Mingwei Samuel 74eb5fa045 Update example proxy for v2, use workspaces.
- `example/proxy` is new folder for `example_proxy`.
- `riven` is new folder for the main riven lib.
- Updated metadata to be an array and include HTTP method.
2021-09-09 14:31:39 -07:00