Is there a way to setup asychronous calls in IronRuby.  I've used things like 
WebClient.download_string_async, but I'm wondering if I can setup an async 
using just IronRuby.

For example:
@data.get_settings do |settings|
        # do stuff after async call
end

Where get_settings is an async method and it executes the block after it is 
completed.

Thanks for any help,
Randall
_______________________________________________
Ironruby-core mailing list
Ironruby-core@rubyforge.org
http://rubyforge.org/mailman/listinfo/ironruby-core

Reply via email to