Skip to content

Commit 82ef144

Browse files
committed
Removed unused code.
1 parent 224ab49 commit 82ef144

File tree

4 files changed

+0
-1557
lines changed

4 files changed

+0
-1557
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ into several general groups:
6767
[Promise](https://github.com/ruby-concurrency/concurrent-ruby/wiki/Promise),
6868
[ScheduledTask](https://github.com/ruby-concurrency/concurrent-ruby/wiki/ScheduledTask),
6969
and [TimerTask](https://github.com/ruby-concurrency/concurrent-ruby/wiki/TimerTask)
70-
* Erlang-inspired [Supervisor](https://github.com/ruby-concurrency/concurrent-ruby/wiki/Supervisor) and other lifecycle classes/mixins
71-
for managing long-running threads
7270
* Thread-safe variables including [M-Structures](https://github.com/ruby-concurrency/concurrent-ruby/wiki/MVar-(M-Structure)),
7371
[I-Structures](https://github.com/ruby-concurrency/concurrent-ruby/wiki/IVar-(I-Structure)),
7472
[thread-local variables](https://github.com/ruby-concurrency/concurrent-ruby/wiki/ThreadLocalVar),

lib/concurrent.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
require 'concurrent/options_parser'
2626
require 'concurrent/promise'
2727
require 'concurrent/scheduled_task'
28-
require 'concurrent/supervisor'
2928
require 'concurrent/timer_task'
3029
require 'concurrent/tvar'
3130

lib/concurrent/supervisor.rb

Lines changed: 0 additions & 343 deletions
This file was deleted.

0 commit comments

Comments
 (0)