Skip to content

Commit 5b7e969

Browse files
committed
Obligation is now in the Concern module.
1 parent 4c58a52 commit 5b7e969

File tree

11 files changed

+415
-412
lines changed

11 files changed

+415
-412
lines changed

lib/concurrent/async.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ module Concurrent
7979
# horn.async.echo('one') # asynchronous, non-blocking, thread-safe
8080
# horn.await.echo('two') # synchronous, blocking, thread-safe
8181
#
82-
# @see Concurrent::Obligation
82+
# @see Concurrent::Concern::Obligation
8383
# @see Concurrent::IVar
8484
module Async
8585

0 commit comments

Comments
 (0)