Skip to content

Commit

Permalink
Fix: remove duplicated leftover
Browse files Browse the repository at this point in the history
Co-authored-by: Beta Ziliani <beta@manas.tech>
  • Loading branch information
ysbaddaden and beta-ziliani authored Nov 19, 2024
1 parent 1dd2091 commit ace755c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions _posts/2024-11-05-lifetime-event-loop.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ efficient data structure. We're already working on that.
The new implementation works well with the multi-threading preview
(`-Dpreview_mt`), having one event loop instance per thread.

There is on caveat though: Moving file descriptors with pending operations
between event loop instances – i.e. between threads – is an error.

There is one caveat though: file descriptors can only be owned by a single
event loop instance _at a time_. A file descriptor _can be moved_ from one
Expand Down

0 comments on commit ace755c

Please sign in to comment.