]> AND Public Git Repository - simgrid.git/blob - examples/scala/master_slave_kill/FinalizeTask.scala
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rewrote smpi_sleep() and smpi_usleep() so that:
[simgrid.git] / examples / scala / master_slave_kill / FinalizeTask.scala
1 /*
2  * Copyright (c) 2006-2013. The SimGrid Team.
3  * All rights reserved.
4  *
5  * This program is free software; you can redistribute it and/or modify it
6  * under the terms of the license (GNU LGPL) which comes with this package. 
7  */
8
9 package master_slave_kill
10
11 import org.simgrid.msg.Task
12
13 class FinalizeTask extends Task("finalize",0,0) {}
14