• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

numberoverzero / bottom
100%
master: %

Build:
Build:
LAST BUILD BRANCH: extract-simplex
DEFAULT BRANCH: master
Repo Added 13 Oct 2014 06:40AM UTC
Files 0
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH client-wait
branch: client-wait
CHANGE BRANCH
x
Reset
  • client-wait
  • async-client-api
  • decorator-wrapper-refactor
  • example-await-connect
  • extract-simplex
  • integ-testing
  • loop-refactor
  • master
  • protocol-refactor
  • rfc-refactor

pending completion
124

push

travis-ci

numberoverzero
Get rid of client.send event loop overhead

It was important that client.send use the event loop before
client.await existed, since it would have been difficult to
schedule the send task after the connect task.

Now however, we can simply `await client.wait('some_event')` and
then `client.send('now that some_event has occurred')`.

379 of 379 relevant lines covered (100.0%)

1.0 hits per line

Relevant lines Covered
Build:
Build:
379 RELEVANT LINES 379 COVERED LINES
1.0 HITS PER LINE
Source Files on client-wait
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
124 client-wait Get rid of client.send event loop overhead It was important that client.send use the event loop before client.await existed, since it would have been difficult to schedule the send task after the connect task. Now however, we can simply `await c... push 01 Feb 2016 07:55AM UTC numberoverzero travis-ci pending completion  
123 client-wait Protect client.loop Because the asyncio.Events are tied to the loop they are created on, it's not safe to change the client loop after creation. There may be coroutines awaiting events on a loop that has gone away. push 01 Feb 2016 07:43AM UTC numberoverzero travis-ci pending completion  
122 client-wait Fix RTD link push 25 Jan 2016 11:08AM UTC numberoverzero travis-ci pending completion  
121 client-wait Simplify integ test fixtures push 25 Jan 2016 11:07AM UTC numberoverzero travis-ci pending completion  
120 client-wait Add async client.wait(event) and make client.send non-blocking async push 25 Jan 2016 10:59AM UTC numberoverzero travis-ci pending completion  
See All Builds (150)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc