File tree Expand file tree Collapse file tree 4 files changed +0
-1557
lines changed
Expand file tree Collapse file tree 4 files changed +0
-1557
lines changed Original file line number Diff line number Diff 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 ) ,
Original file line number Diff line number Diff line change 2525require 'concurrent/options_parser'
2626require 'concurrent/promise'
2727require 'concurrent/scheduled_task'
28- require 'concurrent/supervisor'
2928require 'concurrent/timer_task'
3029require 'concurrent/tvar'
3130
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments