[Ironruby-core] Thread priority
Shay Friedman
lists at ruby-forum.com
Tue May 12 07:59:56 EDT 2009
Hi there,
Ruby allows to set the thread priority using the priority= method:
Thread.new do
Thread.current.priority = -1
... blah blah blah ...
end
This is not available in IronRuby because priority maps to the
System.Threading.Thread priority property which looks for the
ThreadPriority enum. Is it going to change or is this the right behavior
for IronRuby?
Thanks,
Shay.
--
Posted via http://www.ruby-forum.com/.
More information about the Ironruby-core
mailing list