Skip to content

Instantly share code, notes, and snippets.

@guyskk
Created June 1, 2018 06:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guyskk/8073e23e6bf156d8270ae95e44599933 to your computer and use it in GitHub Desktop.
Save guyskk/8073e23e6bf156d8270ae95e44599933 to your computer and use it in GitHub Desktop.
               +-------------------------------------------+
               |                                           |
               |                 application               |
               |                                           |
        +--->  +-----------+-----------                    |
        |      |           |          |                    |
  api   |      | curio-api | trio-api |  asyncio-libraries |
        |      |           |          |                    |
        +--->  +-----------+----------+------+             |
        |      |                             |             |
syscall |      |           syscall           |             |
        |      |                             |             |
        +--->  +--------------+--------------+             |
        |      |              |              |             |
kernel  |      | curio-kernel | trio-kernel  |             |
        |      |              |              |             |
        +--->  +--------------+--------------+-------------+
               |                                           |
               |               asyncio & loop              |
               |                                           |
               +-------------------------------------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment