move wangle/Executor.h to folly/ root
authorJames Sedgwick <jsedgwick@fb.com>
Mon, 15 Dec 2014 19:43:32 +0000 (11:43 -0800)
committerJoelMarcey <joelm@fb.com>
Thu, 18 Dec 2014 20:29:40 +0000 (12:29 -0800)
commit973d5f6166c4ab4aed4526fe1b0cfbb9e63c4fc8
treebe6a132517ce73d049c9481f509b2b061a7bb633
parent70d6b0b6ef1f09c63ab51ceb15cc843024cf4ffe
move wangle/Executor.h to folly/ root

Summary:
this removes the dep EventBase has on wangle as we prepare to split off wangle
also changes namespace from folly::wangle to folly

Test Plan: just a couple of codemods so waiting for contbuild

Reviewed By: davejwatson@fb.com

Subscribers: trunkagent, fbcode-common-diffs@, chaoyc, search-fbcode-diffs@, zeus-diffs@, nli, cold-storage-diffs@, unicorn-diffs@, targeting-diff-backend@, hannesr, vighnesh, fugalh, alandau, bmatheny, adityab, zhuohuang, luk, darshan, gunjan, hdoshi, dzhulgakov, alihussains, panin, ves, mshneer, folly-diffs@, lins, nimishshah

FB internal diff: D1737376

Tasks: 5802833

Signature: t1:1737376:1418423430:82d219c34fcc50218c380a17435e5880e53db6bd
19 files changed:
folly/Executor.h [new file with mode: 0644]
folly/Makefile.am
folly/experimental/wangle/bootstrap/ServerBootstrap-inl.h
folly/experimental/wangle/bootstrap/ServerBootstrap.cpp
folly/experimental/wangle/concurrent/ThreadFactory.h
folly/experimental/wangle/concurrent/ThreadPoolExecutor.h
folly/experimental/wangle/concurrent/test/ThreadPoolExecutorTest.cpp
folly/experimental/wangle/rx/Observable.h
folly/experimental/wangle/rx/types.h
folly/io/async/EventBase.h
folly/wangle/Executor.h [deleted file]
folly/wangle/InlineExecutor.h
folly/wangle/QueuedImmediateExecutor.h
folly/wangle/ScheduledExecutor.h
folly/wangle/detail/Core.h
folly/wangle/test/FutureTest.cpp
folly/wangle/test/Thens.cpp
folly/wangle/test/Thens.h
folly/wangle/test/thens.rb