Substitute SchedulerInterface for PollScheduler.
authorZac Medico <zmedico@gentoo.org>
Sun, 7 Oct 2012 19:12:52 +0000 (12:12 -0700)
committerZac Medico <zmedico@gentoo.org>
Sun, 7 Oct 2012 19:15:52 +0000 (12:15 -0700)
commit1d0403ffdd9465cab721dabb80eec18c0f5abdcc
tree1720cd6e27d06fd47ccb5f1830eecb978f323ddf
parent2bc9b7c6147fb30838773b52674f53bb920bab72
Substitute SchedulerInterface for PollScheduler.

SchedulerInterface suffices for all of these cases.
EventLoop(main=False) is used for thread safety where
API consumers may be using threads.
pym/_emerge/actions.py
pym/portage/dbapi/vartree.py
pym/portage/package/ebuild/_spawn_nofetch.py
pym/portage/package/ebuild/doebuild.py
pym/portage/tests/ebuild/test_doebuild_spawn.py