]> source.dussan.org Git - nextcloud-server.git/commit
Add async command system to handle asynchronous operations
authorRobin Appelman <icewind@owncloud.com>
Tue, 17 Feb 2015 15:49:14 +0000 (16:49 +0100)
committerRobin Appelman <icewind@owncloud.com>
Wed, 25 Feb 2015 14:08:40 +0000 (15:08 +0100)
commit74ae7b8929a7fd3f539fd15efb9533424114a480
tree4388660851beff515a0ec78a2bea199c9a057fb2
parentf5b62267325415b307cf2d47b69d11d4337536e4
Add async command system to handle asynchronous operations
lib/private/backgroundjob/queuedjob.php
lib/private/command/asyncbus.php [new file with mode: 0644]
lib/private/command/callablejob.php [new file with mode: 0644]
lib/private/command/closurejob.php [new file with mode: 0644]
lib/private/command/commandjob.php [new file with mode: 0644]
lib/private/server.php
lib/public/command/ibus.php [new file with mode: 0644]
lib/public/command/icommand.php [new file with mode: 0644]
lib/public/iservercontainer.php
tests/lib/backgroundjob/dummyjoblist.php
tests/lib/command/asyncbus.php [new file with mode: 0644]