Skip to content

Commit 03b75fd

Browse files
committed
Move to edge
1 parent 7ed73c8 commit 03b75fd

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

lib-edge/concurrent-edge.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
require 'concurrent/agent'
77
require 'concurrent/channel'
88
require 'concurrent/lazy_register'
9+
require 'concurrent/executor/wrapping_executor'
910

1011
require 'concurrent/edge/lock_free_linked_set'
1112
require 'concurrent/edge/lock_free_queue'

lib/concurrent/executors.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,3 @@
1818
require 'concurrent/executor/single_thread_executor'
1919
require 'concurrent/executor/thread_pool_executor'
2020
require 'concurrent/executor/timer_set'
21-
require 'concurrent/executor/wrapping_executor'

0 commit comments

Comments
 (0)