Active object: Difference between revisions

Content deleted Content added
Thundergnat (talk | contribs)
m →‎{{header|Perl 6}}: use full (non-simplified ) function for sine
Thundergnat (talk | contribs)
m →‎{{header|Perl 6}}: avoid a race condition
Line 1,658:
 
method Input (&f-of-t) {
self.init;
self.f = &f-of-t;
self.init;
self.now = now;
}