Sha256: 449266b5d54b2b03611246a9110055131ede76680093af7b18b6ca4445ffb7d3

Contents?: true

Size: 255 Bytes

Versions: 3

Compression:

Stored size: 255 Bytes

Contents

# Require Gemfile gems
require_relative "../lib/procemon"


test1 = async {

  sleep 8
  hello= 14
  sup= "the world is yours"

  sup

}

test2 = async {
  sleep(4)
  "world"
}

start_time= Time.now
puts test1.value == test2.value
puts Time.now-start_time

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
procemon-0.3.4 test/test.rb
procemon-0.3.3 test/test.rb
procemon-0.3.2 test/test.rb