You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Heya, I'm interested in adding WASM support to governor, especially because I've tried using both this and async-std's stream::interval for rate limiting, and governor's performance is much better.
First bit is to use instant::Instant in place of std::time::Instant.
I'll have a go and post back when I've gotten far.
The text was updated successfully, but these errors were encountered:
Heya, I'm interested in adding WASM support to
governor
, especially because I've tried using both this andasync-std
'sstream::interval
for rate limiting, andgovernor
's performance is much better.First bit is to use
instant::Instant
in place ofstd::time::Instant
.I'll have a go and post back when I've gotten far.
The text was updated successfully, but these errors were encountered: