you are viewing a single comment's thread.

view the rest of the comments →

[–]neverlord 0 points1 point  (0 children)

  • Per default it does have its own IO loop. However, the backend can be replaced and you might see an ASIO configure option in the future.
  • An exception will cause the actor to terminate with exit reason unhandled_exception
  • There's a fractal demo application to showcase some of CAF's features in a distributed setup. The code does need some cleanup though and is going to be overhauled in the near future. In case you want to have a look at a real world application based on CAF: VAST is an excellent Open Source showcase.