Skip to content
This repository was archived by the owner on Aug 29, 2024. It is now read-only.

Commit bb7ad6f

Browse files
authored
Require shared endpoint by default. (#78)
1 parent f3056af commit bb7ad6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/async/io.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
require_relative "io/endpoint"
1313
require_relative "io/endpoint/each"
14+
require_relative "io/shared_endpoint"
1415

1516
module Async
1617
module IO

0 commit comments

Comments
 (0)