mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +00:00
use is_pinned mutex as the struct option, begin use arc for new structs by default
This commit is contained in:
parent
41f0452e26
commit
793d179164
6 changed files with 37 additions and 29 deletions
|
|
@ -49,7 +49,6 @@ Guide and protocol draft
|
|||
* contain main `struct` implementation:
|
||||
* at least one constructor that must:
|
||||
* have common for application name: `new`
|
||||
* return unwrapped (except `Option`, `Result`), activated new `Self` object
|
||||
* grant ownership for new `Self` object created
|
||||
* public `activate` action if the new object can not be activated on construct
|
||||
* public `link` getter for GTK `widget` (parental composition)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue