lib/async/variable.rb in async-2.14.2 vs lib/async/variable.rb in async-2.15.0
- old
+ new
@@ -1,8 +1,8 @@
# frozen_string_literal: true
# Released under the MIT License.
-# Copyright, 2021-2022, by Samuel Williams.
+# Copyright, 2021-2024, by Samuel Williams.
require_relative 'condition'
module Async
# A synchronization primitive that allows one task to wait for another task to resolve a value.