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

Fix #1343 - re-enable std.concurrency integration #1345

Merged
merged 6 commits into from
Jan 29, 2016
Merged

Fix #1343 - re-enable std.concurrency integration #1345

merged 6 commits into from
Jan 29, 2016

Commits on Jan 29, 2016

  1. Configuration menu
    Copy the full SHA
    36baef1 View commit details
    Browse the repository at this point in the history
  2. Keep using vibe.d's std.concurrency implementation internally.

    There are some unsupported features in std.concurrency that makes it impossible to use for some current use cases:
    - Non-copyable objects cannot be passed to spawned threads
    - Tasks started with runTask and runWorkerTask cannot be used as message receivers
    s-ludwig committed Jan 29, 2016
    Configuration menu
    Copy the full SHA
    0ffc05f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    806f8c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    905583d View commit details
    Browse the repository at this point in the history
  5. Add workaround for libasync test assertion failure.

    std.concurrency caused a driver instance to be created in a libasync control thread.
    s-ludwig committed Jan 29, 2016
    Configuration menu
    Copy the full SHA
    29f85d1 View commit details
    Browse the repository at this point in the history
  6. Fix 2.066.x compilation.

    s-ludwig committed Jan 29, 2016
    Configuration menu
    Copy the full SHA
    3615fe7 View commit details
    Browse the repository at this point in the history