Hi emilbarton,

Because this site has been primarily for Perl 5, many people here prefer it if we prefix our Perl 6 titles with "Perl6: ". Also, your title is not descriptive at all. A better title might be "Perl6: Can't plan two Promises simultaneously". I am going to consider this post for a title change (so if approved, the whole thread will be corrected). There are some Monks here who only work with Perl 6 now, and only look at Perl 6 related posts. Having accurate titles will get more P6 Monks looking at your question.

Second, it would be appreciated if you could create a minimal, working example of your code that shows what's not working. Many people here will not follow links if the poster hasn't shown any code within their question. Put your code in <code></code> tags.

One last thing... it would also help if you put a link to the Promise docs in your OP, like this: [https://docs.perl6.org/type/Promise|Promise], as many people who have interest on your thread are likely going to want to review the docs.


In reply to Re: Perl6: Can't plan two Promises simultaneously on Psybox by stevieb
in thread Perl6: Can't plan two Promises simultaneously on Psybox by emilbarton

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.