Changeset 35936 for lang/io

Show
Ignore:
Timestamp:
11/17/09 20:23:23 (4 years ago)
Author:
nowelium
Message:

asynchronous timer @@

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/io/Timer/Timer.io

    r35929 r35936  
    2626    run := method( 
    2727        self units foreach(u, 
    28             u run 
     28            u @@run 
    2929        ) 
    3030    )