class Concurrent::Promises::AbstractEventFuture
def with_async(executor, *args, &block)
def with_async(executor, *args, &block) Concurrent.executor(executor).post(*args, &block) end
def with_async(executor, *args, &block) Concurrent.executor(executor).post(*args, &block) end