Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom futures executor with iced_futures #164

Merged
merged 16 commits into from
Jan 20, 2020
Merged

Commits on Jan 19, 2020

  1. Configuration menu
    Copy the full SHA
    32f7ca2 View commit details
    Browse the repository at this point in the history
  2. Implement Runtime and Executor in iced_core

    They can be leveraged by shells to easily execute commands
    and track subscriptions.
    hecrj committed Jan 19, 2020
    Configuration menu
    Copy the full SHA
    d50ff9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5b17ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8b0d97 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    35760ac View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2020

  1. Configuration menu
    Copy the full SHA
    9069070 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04086a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7cea737 View commit details
    Browse the repository at this point in the history
  4. Add README for tour example

    hecrj committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    e2ec092 View commit details
    Browse the repository at this point in the history
  5. Add README for pokedex example

    hecrj committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    6e784e2 View commit details
    Browse the repository at this point in the history
  6. Add README for styling example

    hecrj committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    4722695 View commit details
    Browse the repository at this point in the history
  7. Add README for todos example

    hecrj committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    fd36510 View commit details
    Browse the repository at this point in the history
  8. Update examples README

    hecrj committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    03da887 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f140096 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7bb6411 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    91d9d65 View commit details
    Browse the repository at this point in the history