Skip to content
dupdob edited this page Oct 9, 2014 · 3 revisions

Welcome to the Michonne wiki!

Overview

Michonne is an efficient and simple concurrency/multithreading library. It has been designed to help developpers write scalable applications without any deadlock risk.

Michonne's values

  • Being a library first, not a framework. It tries as much as possible not to stand in the way of your code
  • You decide how CPU execution power is distributed within your application
  • Allowing you to TDD'd, or BDD'd your code
  • Permitting composition of scalable code.
Clone this wiki locally