smol-rs / futures-lite

Futures, streams, and async I/O combinators.
Apache License 2.0
439 stars 25 forks source link

fix: borrow mutable locked self pointer for split implementation #29

Closed danielronnkvist closed 3 years ago

danielronnkvist commented 3 years ago

Resolves the issue described in #28

Borrow a mutable reference of self.