| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-01-11 | std: begin moving platform support modules into `pal` | joboet | -55/+0 | |
| 2022-04-19 | Use futex locks on wasm+atomics. | Mara Bos | -34/+0 | |
| 2021-09-28 | Rename `std::thread::available_onccurrency` to ↵ | Yoshua Wuyts | -1/+1 | |
| `std::thread::available_parallelism` | ||||
| 2021-07-02 | Fix double import in wasm thread | Thomas Versteeg | -1/+0 | |
| The `unsupported` type is imported two times, as `super::unsupported` and as `crate::sys::unsupported`, throwing an error. Remove `super::unsupported` in favor of the other. | ||||
| 2021-06-21 | Use `Unsupported` on platforms where `available_concurrency` is not implemented. | Christiaan Dirkx | -4/+2 | |
| 2021-06-21 | Move `available_concurrency` implementation to `sys` | Christiaan Dirkx | -0/+8 | |
| 2021-04-28 | Move `wasm` atomics code to `wasm/atomics` | Christiaan Dirkx | -0/+84 | |
