Method: OFlow::Env#flow_count

Defined in:
lib/oflow/env.rb

#flow_countObject

Returns the number of active Tasks.



144
145
146
# File 'lib/oflow/env.rb', line 144

def flow_count()
  @flows.size
end