class Raft::AsyncProvider

Public Instance Methods

await() click to toggle source
# File lib/raft.rb, line 142
def await
  raise "Your AsyncProvider subclass must implement #await"
end