Skip to content

Commit

Permalink
selector/poll: add placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
meh committed Jul 1, 2012
1 parent 08ea8d1 commit 3bbd426
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions nucular/selector/port.d
@@ -0,0 +1,23 @@
/* Copyleft meh. [http://meh.paranoid.pk | meh@paranoici.org]
*
* This file is part of nucular.
*
* nucular is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published
* by the Free Software Foundation, either version 3 of the License,
* or (at your option) any later version.
*
* nucular is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with nucular. If not, see <http://www.gnu.org/licenses/>.
****************************************************************************/

module nucular.selector.port;

version (port):

static assert(0, "someone implement this please");

0 comments on commit 3bbd426

Please sign in to comment.