Add HHVM hookups for folly::Singleton
commit9aa506b9f97914ebc1371079fd7ce34741abf2bd
authorChip Turner <chip@fb.com>
Wed, 23 Jul 2014 19:48:41 +0000 (23 12:48 -0700)
committerfacebook-github-bot <githubbot@fb.com>
Thu, 31 Jul 2014 19:30:20 +0000 (31 12:30 -0700)
tree660900874dc96949ffb1553a81a4f8a353c082f5
parentda0635499af115f84f78195c4a38f38b1d925f83
Add HHVM hookups for folly::Singleton

Summary: Originally this was part of D1404231, but split out when that
diff was reverted to allow the public folly repo to catch up with the
internal one.

This also converts the AsyncMysql library to use folly::Singleton
instead of a Meyers singleton.

Reviewed By: akhi

Differential Revision: D1457868
hphp/hhvm/process-init.cpp
hphp/runtime/vm/repo.cpp