macro_rules! executor_option {
    ($block:block,$transaction:expr,$poll:expr,$execute:tt) => { ... };
}