Usually, a module using AnyEvent should also expose the asynchronous versions of the methods, but this is not apparent to me in Net::Etcd.

I think the problematic part is in Net::Etcd::Role::Actions::_build_request, which , instead of only building (and initiating) the request also waits for its completion.

Maybe you can work around this by patching _build_request but I think you will end up (re)writing most of the Etcd actions in an asynchronous manner...


In reply to Re: Using Net:Etcd from inside AnyEvent Callback leads to Recorsive Blocking Wait Attempted by Corion
in thread Using Net:Etcd from inside AnyEvent Callback leads to Recorsive Blocking Wait Attempted by einhverfr

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.