[Ironruby-core] Asynchronous Calls
Randall Sutton
randallsutton at gmail.com
Thu Jan 21 17:58:06 EST 2010
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
More information about the Ironruby-core
mailing list