function update!(table::Table, transactions::RemoteChannel) while true t = take!(transactions) @info "Writing $t" push!(table, t) end end