Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: fabf7b2d5307700bc643519325febe07d61efbab https://github.com/perl6/specs/commit/fabf7b2d5307700bc643519325febe07d61efbab Author: Elizabeth Mattijsen <l...@dijkmat.nl> Date: 2014-04-15 (Tue, 15 Apr 2014)
Changed paths: M S17-concurrency.pod Log Message: ----------- Elaborate on how to give a thread a name Commit: 8ffd3870688dd5c9ab18b7de4698fc75065e2435 https://github.com/perl6/specs/commit/8ffd3870688dd5c9ab18b7de4698fc75065e2435 Author: Elizabeth Mattijsen <l...@dijkmat.nl> Date: 2014-04-15 (Tue, 15 Apr 2014) Changed paths: M S17-concurrency.pod Log Message: ----------- Thread.new only takes named parameters Why make it easier to create threads manually? We don't really want this to be the easiest way to do concurrency in Perl 6. Compare: https://github.com/perl6/specs/compare/4cd0e7cb6ec0...8ffd3870688d