aboutsummaryrefslogtreecommitdiff
path: root/pulse/src/runnable/pulse.rs
Commit message (Collapse)AuthorAgeFilesLines
* Properly quit pulse main function. Not that it'd matter.Andreas Grois2021-05-021-1/+5
| | | | | All that this cleanup does is set the return value... Apart from that, it's just like nuking the main loop by calling free...
* Create a pulse context. Seems to be working.Andreas Grois2021-05-021-6/+72
|
* Factor out all unsafe code into its own module (unfinished)Andreas Grois2021-05-021-0/+80