Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: joyent/libuv
base: 5d92ccce9466
Choose a base ref
...
head repository: joyent/libuv
compare: 4a69c4bb5f2b
Choose a head ref
  • 2 commits
  • 8 files changed
  • 2 contributors

Commits on Nov 28, 2012

  1. unix: add uv_backend_fd() and uv_backend_timeout()

    This can be used in conjuction with uv_run_once() to poll in one thread and run
    the event loop's event callbacks in another.
    
    Useful for embedding libuv's event loop in another event loop.
    indutny authored and bnoordhuis committed Nov 28, 2012
    2
    Copy the full SHA
    09a7f85 View commit details
    Browse the repository at this point in the history
  2. unix: change uv_backend_timeout() prototype

    * change return value to signed int
    * constify loop argument
    bnoordhuis committed Nov 28, 2012
    Copy the full SHA
    4a69c4b View commit details
    Browse the repository at this point in the history