Republican Union (Portugal)

The Republican Union Party (Portuguese: Partido da União Republicana, PUR), commonly known as the Republican Union or the Unionist Party, was a political party in Portugal.

This article is part of a series on the
politics and government of
Portugal
Constitution

History

The party was established on 24 February 1912 as the result of a split in the National Republican Union (UNR), with one faction breaking away to form the Evolutionist Party and the rump of the UNR becoming the Republican Union.[1][2] It won 15 seats in the House of Representatives and 11 seats in the Senate in the 1915 parliamentary elections, emerging as the third-largest faction after the Democratic Party.

The party boycotted the 1918 elections,[3] but returned to run in the 1919 elections, in which it won 17 House seats, regaining its place as the third-largest party.

In 1919 the party merged with the Evolutionist Party to form the Republican Liberal Party.[1]

gollark: Thanks. Apparently that works. Is there a way to *cancel* that task from the function which spawns it?
gollark: I think I'm missing something then. It says```rusterror[E0373]: async block may outlive the current function, but it borrows `ws`, which is owned by the current function --> src/connection.rs:40:23 |40 | task::spawn(async { | _______________________^41 | | let mut interval = stream::interval(Duration::from_secs(10));42 | | while let Some(_) = interval.next().await {43 | | ws.send_string("Hi".to_string()); | | -- `ws` is borrowed here44 | | }45 | | }); | |_____^ may outlive borrowed value `ws````
gollark: `WebSocketConnection` is not.
gollark: I found `async-scoped`, but it seems like that would either block the entire thread or possibly cause safety issues.
gollark: Hi. I'm trying to concurrently read from a websocket and do some things with that socket at an interval, with `async_std` and `tide-websocket`. I thought I could use `task::spawn` for this, but it seems to want that to only use `'static` things, which the websocket connection is not. What's the right way to do this?

References

  1. Dieter Nohlen & Philip Stöver (2010) Elections in Europe: A data handbook, p1548 ISBN 978-3-8329-5609-7
  2. Vincent E. McHale (1983) Political parties of Europe: Poland-Yugoslavia, Greenwood Press, p762
  3. Nohlen & Stöver, p1557
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.