Skip to content

Commit

Permalink
First rework of thread events, with ThreadService acting as arbitrato…
Browse files Browse the repository at this point in the history
…r and a substantial reduction of complexity. Still needs more work, especially wrt blocking IO.
  • Loading branch information
headius committed Apr 18, 2009
1 parent 97963ec commit c4c035b
Show file tree
Hide file tree
Showing 8 changed files with 203 additions and 225 deletions.
2 changes: 1 addition & 1 deletion rubyspecs.revision
Expand Up @@ -3,4 +3,4 @@


mspec.revision=cfe394e3b0e995733819235bdea693ea50d164a9 mspec.revision=cfe394e3b0e995733819235bdea693ea50d164a9


rubyspecs.revision=cf58ae7a004ef14466419ccedaa3099abc07b27f rubyspecs.revision=7d14aa9e75e0781c4f1b25fd4460ff522a3e5722
1 change: 1 addition & 0 deletions spec/tags/ruby/core/thread/stop_tags.txt
@@ -1,2 +1,3 @@
fails(JRUBY-3459):Thread#stop? describes a killed thread fails(JRUBY-3459):Thread#stop? describes a killed thread
fails(JRUBY-3459):Thread#stop? describes a thread with an uncaught exception fails(JRUBY-3459):Thread#stop? describes a thread with an uncaught exception
fails(JRUBY-3587):Thread#stop? reports aborting on a killed thread

0 comments on commit c4c035b

Please sign in to comment.