Thomasdezeeuw/heph

Drop Arc around SyncWaker

Closed this issue · 1 comments

Related code:

future_waker: Option<Arc<SyncWaker>>,

Because internally Thread already uses an Arc.

We'll have to do some unsafe trickery, so not doing this now.