move futures/QueuedImmediateExecutor to executors/QueuedImmediateExecutor
authorJames Sedgwick <jsedgwick@fb.com>
Wed, 18 Oct 2017 23:32:35 +0000 (16:32 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Wed, 18 Oct 2017 23:44:33 +0000 (16:44 -0700)
commitfe34da59aecff8fb1bfca13361d02026cfa3b17e
tree5186b6084b5e98efa6cd4de641054c0edb73f783
parentca0e432d0fbd3140e4eb172641588ffdbe30b439
move futures/QueuedImmediateExecutor to executors/QueuedImmediateExecutor

Summary: as above

Reviewed By: yfeldblum

Differential Revision: D6076779

fbshipit-source-id: 4c223ab9fce3be8544f6f807781c3d0a99b61dad
folly/Makefile.am
folly/executors/QueuedImmediateExecutor.cpp [new file with mode: 0644]
folly/executors/QueuedImmediateExecutor.h [new file with mode: 0644]
folly/futures/QueuedImmediateExecutor.cpp [deleted file]
folly/futures/QueuedImmediateExecutor.h [deleted file]
folly/futures/test/ExecutorTest.cpp