File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ def on_message(message)
42
42
# @param block for actress_class instantiation
43
43
# @param args see {.spawn_optionify}
44
44
def self . spawn ( *args , &block )
45
+ warn '[EXPERIMENTAL] A full release of `Actress`, renamed `Actor`, is expected in the 0.7.0 release.'
45
46
if Actress . current
46
47
Core . new ( spawn_optionify ( *args ) . merge ( parent : Actress . current ) , &block ) . reference
47
48
else
@@ -51,6 +52,7 @@ def self.spawn(*args, &block)
51
52
52
53
# as {.spawn} but it'll raise when Actor not initialized properly
53
54
def self . spawn! ( *args , &block )
55
+ warn '[EXPERIMENTAL] A full release of `Actress`, renamed `Actor`, is expected in the 0.7.0 release.'
54
56
spawn ( spawn_optionify ( *args ) . merge ( initialized : ivar = IVar . new ) , &block ) . tap { ivar . no_error! }
55
57
end
56
58
You can’t perform that action at this time.
0 commit comments