Skip to content

Instantly share code, notes, and snippets.

@angelsl
angelsl / a.rs
Last active February 11, 2020 07:16 — forked from donjar/a.rs
use actix::prelude::*;
pub struct Msg {
}
impl Message for Msg {
type Result = Result<i32, ()>;
}
pub struct AsyncActorThatOnlySpewsState {
/*--- waitForKeyElements(): A utility function, for Greasemonkey scripts,
that detects and handles AJAXed content.
Usage example:
waitForKeyElements (
"div.comments"
, commentCallbackFunction
);