You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a reason for not allowing Group to set CPU, task?
From src/lib.rs:
/// A `Group` and its members must all observe the same tasks and cpus; mixing
/// these makes building the `Counter` return an error. Unfortunately, there is
/// no way at present to specify a `Group`'s task and cpu, so you can only use
/// `Group` on the calling task. If this is a problem, please file an issue.
The text was updated successfully, but these errors were encountered:
Is there a reason for not allowing Group to set CPU, task?
From src/lib.rs:
The text was updated successfully, but these errors were encountered: