There is no F# async wrapper (in the PowerPack) for TcpListener.BeginAcceptTcpClient()/EndAcceptTcpClient(). How do I write my own wrapper around this so that I can use the let! and async keywords and run it in parallel?
|
|
Have you checked out the
to create an extension method returning an appropriate async result. |
|||
|
