folly::Future integration with Python
[folly.git] / folly / MicroSpinLock.h
index 5916dbdc381242842645e531f91e084e0e53b3f3..1318d9e9f0e02d9445d17553cb4e722674eacfec 100644 (file)
@@ -16,7 +16,7 @@
 
 /*
  * N.B. You most likely do _not_ want to use MicroSpinLock or any
- * other kind of spinlock.
+ * other kind of spinlock.  Consider MicroLock instead.
  *
  * In short, spinlocks in preemptive multi-tasking operating systems
  * have serious problems and fast mutexes like std::mutex are almost