Comparing rust-lang:master...ian-h-chamberlain:feature/thread-schedule-os-ext · rust-lang/rust (original) (raw)

Permalink

Checking mergeability… Don’t worry, you can still create the pull request.

Commits on Mar 24, 2023

  1. Revisit thread priority proposal
  1. Move thread::SpawnOptions to sys_common::thread
    This allows us to use the higher-level SpawnOptions in
    imp::Thread::new instead, which would probably be nicer to use in the
    future if e.g. stack size, priority, affinity were added to the higher
    level struct instead of imp::SpawnOptions.
    @ian-h-chamberlain
    Configuration menu
    Browse the repository at this point in the history
  2. Configuration menu
    Browse the repository at this point in the history