aboutsummaryrefslogtreecommitdiff
path: root/pulse/src/communication.rs
Commit message (Collapse)AuthorAgeFilesLines
* Make (most) pulse nullptr checks unnecessary.Andreas Grois2021-05-081-3/+3
| | | | | This change makes respective functions return either a result or an option instead. The goal here is readability.
* Factor out all unsafe code into its own module (unfinished)Andreas Grois2021-05-021-8/+20
|
* First draft of pulse architecture.Andreas Grois2021-05-011-0/+37