nac3artiq: update unsendable comment
This commit is contained in:
parent
8447aa3000
commit
3dd916b6ac
|
@ -39,8 +39,8 @@ enum Isa {
|
||||||
CortexA9,
|
CortexA9,
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: do we really want unsendable?
|
// TopLevelComposer is unsendable as it holds the unification table, which is
|
||||||
// TopLevelComposer causes a lot of problems for Send.
|
// unsendable due to Rc. Arc would cause a performance hit.
|
||||||
#[pyclass(unsendable, name = "NAC3")]
|
#[pyclass(unsendable, name = "NAC3")]
|
||||||
struct Nac3 {
|
struct Nac3 {
|
||||||
isa: Isa,
|
isa: Isa,
|
||||||
|
|
Loading…
Reference in New Issue